Name | Description | |
---|---|---|
_FpSpreadPage_Default Constructor |
The following tables list the members exposed by _FpSpreadPage_Default.
Name | Description | |
---|---|---|
_FpSpreadPage_Default Constructor |
Name | Description | |
---|---|---|
Application | Gets the System.Web.HttpApplicationState object for the current Web request. (Inherited from System.Web.UI.Page) | |
AppRelativeTemplateSourceDirectory | Gets or sets the application-relative virtual directory of the System.Web.UI.Page or System.Web.UI.UserControl object that contains this control. (Inherited from System.Web.UI.Control) | |
AppRelativeVirtualPath | Gets or sets the application-relative, virtual directory path to the file from which the control is parsed and compiled. (Inherited from System.Web.UI.TemplateControl) | |
AsyncTimeout | Gets or sets a value indicating the time-out interval used when processing asynchronous tasks. (Inherited from System.Web.UI.Page) | |
AutoPostBackControl | Gets or sets the control in the page that is used to perform postbacks. (Inherited from System.Web.UI.Page) | |
BindingContainer | Gets the control that contains this control's data binding. (Inherited from System.Web.UI.Control) | |
Buffer | Sets a value indicating whether the page output is buffered. (Inherited from System.Web.UI.Page) | |
Cache | Gets the System.Web.Caching.Cache object associated with the application in which the page resides. (Inherited from System.Web.UI.Page) | |
ClientID | Gets the control ID for HTML markup that is generated by ASP.NET. (Inherited from System.Web.UI.Control) | |
ClientIDMode | Gets or sets the algorithm that is used to generate the value of the System.Web.UI.Control.ClientID property. (Inherited from System.Web.UI.Control) | |
ClientQueryString | Gets the query string portion of the requested URL. (Inherited from System.Web.UI.Page) | |
ClientScript | Gets a System.Web.UI.ClientScriptManager object used to manage, register, and add script to the page. (Inherited from System.Web.UI.Page) | |
ClientTarget | Gets or sets a value that allows you to override automatic detection of browser capabilities and to specify how a page is rendered for particular browser clients. (Inherited from System.Web.UI.Page) | |
CodePage | Sets the code page identifier for the current System.Web.UI.Page. (Inherited from System.Web.UI.Page) | |
ContentType | Sets the HTTP MIME type for the System.Web.HttpResponse object associated with the page. (Inherited from System.Web.UI.Page) | |
Controls | Gets a System.Web.UI.ControlCollection object that represents the child controls for a specified server control in the UI hierarchy. (Inherited from System.Web.UI.Control) | |
Culture | Sets the culture ID for the System.Threading.Thread object associated with the page. (Inherited from System.Web.UI.Page) | |
DataItemContainer | Gets a reference to the naming container if the naming container implements System.Web.UI.IDataItemContainer. (Inherited from System.Web.UI.Control) | |
DataKeysContainer | Gets a reference to the naming container if the naming container implements System.Web.UI.IDataKeysControl. (Inherited from System.Web.UI.Control) | |
EnableEventValidation | Gets or sets a value indicating whether the page validates postback and callback events. (Inherited from System.Web.UI.Page) | |
EnableTheming | Gets or sets a Boolean value indicating whether themes apply to the control that is derived from the System.Web.UI.TemplateControl class. (Inherited from System.Web.UI.TemplateControl) | |
EnableViewState | Gets or sets a value indicating whether the page maintains its view state, and the view state of any server controls it contains, when the current page request ends. (Inherited from System.Web.UI.Page) | |
EnableViewStateMac | Gets or sets a value indicating whether ASP.NET should check message authentication codes (MAC) in the page's view state when the page is posted back from the client. (Inherited from System.Web.UI.Page) | |
ErrorPage | Gets or sets the error page to which the requesting browser is redirected in the event of an unhandled page exception. (Inherited from System.Web.UI.Page) | |
Form | Gets the HTML form for the page. (Inherited from System.Web.UI.Page) | |
Header | Gets the document header for the page if the head element is defined with a runat=server in the page declaration. (Inherited from System.Web.UI.Page) | |
ID | Gets or sets an identifier for a particular instance of the System.Web.UI.Page class. (Inherited from System.Web.UI.Page) | |
IdSeparator | Gets the character used to separate control identifiers when building a unique ID for a control on a page. (Inherited from System.Web.UI.Page) | |
IsAsync | Gets a value indicating whether the page is processed asynchronously. (Inherited from System.Web.UI.Page) | |
IsCallback | Gets a value that indicates whether the page request is the result of a callback. (Inherited from System.Web.UI.Page) | |
IsCrossPagePostBack | Gets a value indicating whether the page is involved in a cross-page postback. (Inherited from System.Web.UI.Page) | |
IsPostBack | Gets a value that indicates whether the page is being rendered for the first time or is being loaded in response to a postback. (Inherited from System.Web.UI.Page) | |
IsPostBackEventControlRegistered | Gets a value that indicates whether the control in the page that performs postbacks has been registered. (Inherited from System.Web.UI.Page) | |
IsReusable | Gets a value indicating whether the System.Web.UI.Page object can be reused. (Inherited from System.Web.UI.Page) | |
IsValid | Gets a value indicating whether page validation succeeded. (Inherited from System.Web.UI.Page) | |
Items | Gets a list of objects stored in the page context. (Inherited from System.Web.UI.Page) | |
LCID | Sets the locale identifier for the System.Threading.Thread object associated with the page. (Inherited from System.Web.UI.Page) | |
MaintainScrollPositionOnPostBack | Gets or sets a value indicating whether to return the user to the same position in the client browser after postback. This property replaces the obsolete System.Web.UI.Page.SmartNavigation property. (Inherited from System.Web.UI.Page) | |
Master | Gets the master page that determines the overall look of the page. (Inherited from System.Web.UI.Page) | |
MasterPageFile | Gets or sets the virtual path of the master page. (Inherited from System.Web.UI.Page) | |
MaxPageStateFieldLength | Gets or sets the maximum length for the page's state field. (Inherited from System.Web.UI.Page) | |
MetaDescription | Gets or sets the content of the "description" meta element. (Inherited from System.Web.UI.Page) | |
MetaKeywords | Gets or sets the content of the "keywords" meta element. (Inherited from System.Web.UI.Page) | |
ModelBindingExecutionContext | Gets the model binding execution context. (Inherited from System.Web.UI.Page) | |
ModelState | Gets the model state dictionary object that contains the state of the model and of model-binding validation. (Inherited from System.Web.UI.Page) | |
NamingContainer | Gets a reference to the server control's naming container, which creates a unique namespace for differentiating between server controls with the same System.Web.UI.Control.ID property value. (Inherited from System.Web.UI.Control) | |
Page | Gets a reference to the System.Web.UI.Page instance that contains the server control. (Inherited from System.Web.UI.Control) | |
PageAdapter | Gets the adapter that renders the page for the specific requesting browser. (Inherited from System.Web.UI.Page) | |
Parent | Gets a reference to the server control's parent control in the page control hierarchy. (Inherited from System.Web.UI.Control) | |
PreviousPage | Gets the page that transferred control to the current page. (Inherited from System.Web.UI.Page) | |
RenderingCompatibility | Gets a value that specifies the ASP.NET version that rendered HTML will be compatible with. (Inherited from System.Web.UI.Control) | |
Request | Gets the System.Web.HttpRequest object for the requested page. (Inherited from System.Web.UI.Page) | |
Response | Gets the System.Web.HttpResponse object associated with the System.Web.UI.Page object. This object allows you to send HTTP response data to a client and contains information about that response. (Inherited from System.Web.UI.Page) | |
ResponseEncoding | Sets the encoding language for the current System.Web.HttpResponse object. (Inherited from System.Web.UI.Page) | |
RouteData | Gets the System.Web.Routing.RequestContext.RouteData value of the current System.Web.Routing.RequestContext instance. (Inherited from System.Web.UI.Page) | |
Server | Gets the Server object, which is an instance of the System.Web.HttpServerUtility class. (Inherited from System.Web.UI.Page) | |
Session | Gets the current Session object provided by ASP.NET. (Inherited from System.Web.UI.Page) | |
Site | Gets information about the container that hosts the current control when rendered on a design surface. (Inherited from System.Web.UI.Control) | |
SkinID | Gets or sets the skin to apply to the control. (Inherited from System.Web.UI.Control) | |
SkipFormActionValidation | Gets or sets a value that indicates whether the query string value is validated. (Inherited from System.Web.UI.Page) | |
SmartNavigation | Gets or sets a value indicating whether smart navigation is enabled. This property is deprecated. (Inherited from System.Web.UI.Page) | |
StyleSheetTheme | Gets or sets the name of the theme that is applied to the page early in the page life cycle. (Inherited from System.Web.UI.Page) | |
TemplateControl | Gets or sets a reference to the template that contains this control. (Inherited from System.Web.UI.Control) | |
TemplateSourceDirectory | Gets the virtual directory of the System.Web.UI.Page or System.Web.UI.UserControl that contains the current server control. (Inherited from System.Web.UI.Control) | |
Theme | Gets or sets the name of the page theme. (Inherited from System.Web.UI.Page) | |
Title | Gets or sets the title for the page. (Inherited from System.Web.UI.Page) | |
Trace | Gets the System.Web.TraceContext object for the current Web request. (Inherited from System.Web.UI.Page) | |
TraceEnabled | Sets a value indicating whether tracing is enabled for the System.Web.UI.Page object. (Inherited from System.Web.UI.Page) | |
TraceModeValue | Sets the mode in which trace statements are displayed on the page. (Inherited from System.Web.UI.Page) | |
UICulture | Sets the user interface (UI) ID for the System.Threading.Thread object associated with the page. (Inherited from System.Web.UI.Page) | |
UniqueID | Gets the unique, hierarchically qualified identifier for the server control. (Inherited from System.Web.UI.Control) | |
UnobtrusiveValidationMode | Gets or sets a value that indicates whether unobtrusive JavaScript is used for client-side validation. (Inherited from System.Web.UI.Page) | |
User | Gets information about the user making the page request. (Inherited from System.Web.UI.Page) | |
ValidateRequestMode | Gets or sets a value that indicates whether the page checks client input from the browser for potentially dangerous values. (Inherited from System.Web.UI.Page) | |
Validators | Gets a collection of all validation controls contained on the requested page. (Inherited from System.Web.UI.Page) | |
ViewStateEncryptionMode | Gets or sets the encryption mode of the view state. (Inherited from System.Web.UI.Page) | |
ViewStateMode | Gets or sets the view-state mode of this control. (Inherited from System.Web.UI.Control) | |
ViewStateUserKey | Assigns an identifier to an individual user in the view-state variable associated with the current page. (Inherited from System.Web.UI.Page) | |
Visible | Gets or sets a value indicating whether the System.Web.UI.Page object is rendered. (Inherited from System.Web.UI.Page) |
Name | Description | |
---|---|---|
Adapter | Gets the browser-specific adapter for the control. (Inherited from System.Web.UI.Control) | |
AspCompatMode | Sets a value indicating whether the page can be executed on a single-threaded apartment (STA) thread. (Inherited from System.Web.UI.Page) | |
AsyncMode | Sets a value indicating whether the page is processed synchronously or asynchronously. (Inherited from System.Web.UI.Page) | |
AutoHandlers | The System.Web.UI.TemplateControl.AutoHandlers property has been deprecated in ASP.NET NET 2.0. It is used by generated classes and is not intended for use within your code. (Inherited from System.Web.UI.TemplateControl) | |
ChildControlsCreated | Gets a value that indicates whether the server control's child controls have been created. (Inherited from System.Web.UI.Control) | |
ClientIDSeparator | Gets a character value representing the separator character used in the System.Web.UI.Control.ClientID property. (Inherited from System.Web.UI.Control) | |
Events | Gets a list of event handler delegates for the control. This property is read-only. (Inherited from System.Web.UI.Control) | |
FileDependencies | Sets an array of files that the current System.Web.HttpResponse object is dependent upon. (Inherited from System.Web.UI.Page) | |
HasChildViewState | Gets a value indicating whether the current server control's child controls have any saved view-state settings. (Inherited from System.Web.UI.Control) | |
IsTrackingViewState | Gets a value that indicates whether the server control is saving changes to its view state. (Inherited from System.Web.UI.Control) | |
LoadViewStateByID | Gets a value indicating whether the control participates in loading its view state by System.Web.UI.Control.ID instead of index. (Inherited from System.Web.UI.Control) | |
PageStatePersister | Gets the System.Web.UI.PageStatePersister object associated with the page. (Inherited from System.Web.UI.Page) | |
SupportAutoEvents | Gets a value indicating whether the System.Web.UI.TemplateControl control supports automatic events. (Inherited from System.Web.UI.TemplateControl) | |
TransactionMode | Sets the level of transaction support for the page. (Inherited from System.Web.UI.Page) | |
ViewState | Gets a dictionary of state information that allows you to save and restore the view state of a server control across multiple requests for the same page. (Inherited from System.Web.UI.Control) | |
ViewStateIgnoresCase | Gets a value that indicates whether the System.Web.UI.StateBag object is case-insensitive. (Inherited from System.Web.UI.Control) |
Name | Description | |
---|---|---|
AddOnPreRenderCompleteAsync | Overloaded. Registers beginning and ending event handler delegates that do not require state information for an asynchronous page. (Inherited from System.Web.UI.Page) | |
ApplyStyleSheetSkin | Applies the style properties defined in the page style sheet to the control. (Inherited from System.Web.UI.Control) | |
DataBind | Overloaded. Binds a data source to the invoked server control and all its child controls. (Inherited from System.Web.UI.Control) | |
DesignerInitialize | Performs any initialization of the instance of the System.Web.UI.Page class that is required by RAD designers. This method is used only at design time. (Inherited from System.Web.UI.Page) | |
Dispose | Enables a server control to perform final clean up before it is released from memory. (Inherited from System.Web.UI.Control) | |
ExecuteRegisteredAsyncTasks | Starts the execution of an asynchronous task. (Inherited from System.Web.UI.Page) | |
FindControl | Overloaded. Searches the page naming container for a server control with the specified identifier. (Inherited from System.Web.UI.Page) | |
Focus | Sets input focus to a control. (Inherited from System.Web.UI.Control) | |
GetDataItem | Gets the data item at the top of the data-binding context stack. (Inherited from System.Web.UI.Page) | |
GetPostBackClientEvent | Gets a reference that can be used in a client event to post back to the server for the specified control and with the specified event arguments. (Inherited from System.Web.UI.Page) | |
GetPostBackClientHyperlink | Gets a reference, with [LangWord]javascript appended to the beginning of it, that can be used in a client event to post back to the server for the specified control and with the specified event arguments. (Inherited from System.Web.UI.Page) | |
GetPostBackEventReference | Overloaded. Returns a string that can be used in a client event to cause postback to the server. The reference string is defined by the specified System.Web.UI.Control object. (Inherited from System.Web.UI.Page) | |
GetRouteUrl | Overloaded. Gets the URL that corresponds to a set of route parameters. (Inherited from System.Web.UI.Control) | |
GetTypeHashCode | Retrieves a hash code that is generated by System.Web.UI.Page objects that are generated at run time. This hash code is unique to the System.Web.UI.Page object's control hierarchy. (Inherited from System.Web.UI.Page) | |
GetUniqueIDRelativeTo | Returns the prefixed portion of the System.Web.UI.Control.UniqueID property of the specified control. (Inherited from System.Web.UI.Control) | |
GetValidators | Returns a collection of control validators for a specified validation group. (Inherited from System.Web.UI.Page) | |
HasControls | Determines if the server control contains any child controls. (Inherited from System.Web.UI.Control) | |
IsClientScriptBlockRegistered | Determines whether the client script block with the specified key is registered with the page. (Inherited from System.Web.UI.Page) | |
IsStartupScriptRegistered | Determines whether the client startup script is registered with the System.Web.UI.Page object. (Inherited from System.Web.UI.Page) | |
LoadControl | Overloaded. Loads a System.Web.UI.Control object from a file based on a specified virtual path. (Inherited from System.Web.UI.TemplateControl) | |
LoadTemplate | (Inherited from System.Web.UI.TemplateControl) | |
MapPath | Retrieves the physical path that a virtual path, either absolute or relative, or an application-relative path maps to. (Inherited from System.Web.UI.Page) | |
ParseControl | Overloaded. Parses an input string into a System.Web.UI.Control object on the Web Forms page or user control. (Inherited from System.Web.UI.TemplateControl) | |
ProcessRequest | (Inherited from System.Web.UI.Page) | |
ReadStringResource | Reads a string resource. The System.Web.UI.TemplateControl.ReadStringResource method is not intended for use from within your code. (Inherited from System.Web.UI.TemplateControl) | |
RegisterArrayDeclaration | Declares a value that is declared as an ECMAScript array declaration when the page is rendered. (Inherited from System.Web.UI.Page) | |
RegisterAsyncTask | Registers a new asynchronous task with the page. (Inherited from System.Web.UI.Page) | |
RegisterClientScriptBlock | Emits client-side script blocks to the response. (Inherited from System.Web.UI.Page) | |
RegisterHiddenField | Allows server controls to automatically register a hidden field on the form. The field will be sent to the System.Web.UI.Page object when the System.Web.UI.HtmlControls.HtmlForm server control is rendered. (Inherited from System.Web.UI.Page) | |
RegisterOnSubmitStatement | Allows a page to access the client OnSubmit event. The script should be a function call to client code registered elsewhere. (Inherited from System.Web.UI.Page) | |
RegisterRequiresControlState | Registers a control as one whose control state must be persisted. (Inherited from System.Web.UI.Page) | |
RegisterRequiresPostBack | Registers a control as one that requires postback handling when the page is posted back to the server. (Inherited from System.Web.UI.Page) | |
RegisterRequiresRaiseEvent | Registers an ASP.NET server control as one requiring an event to be raised when the control is processed on the System.Web.UI.Page object. (Inherited from System.Web.UI.Page) | |
RegisterRequiresViewStateEncryption | Registers a control with the page as one requiring view-state encryption. (Inherited from System.Web.UI.Page) | |
RegisterStartupScript | Emits a client-side script block in the page response. (Inherited from System.Web.UI.Page) | |
RegisterViewStateHandler | Causes page view state to be persisted, if called. (Inherited from System.Web.UI.Page) | |
RenderControl | Overloaded. Outputs server control content to a provided System.Web.UI.HtmlTextWriter object and stores tracing information about the control if tracing is enabled. (Inherited from System.Web.UI.Control) | |
RequiresControlState | Determines whether the specified System.Web.UI.Control object is registered to participate in control state management. (Inherited from System.Web.UI.Page) | |
ResolveClientUrl | Gets a URL that can be used by the browser. (Inherited from System.Web.UI.Control) | |
ResolveUrl | Converts a URL into one that is usable on the requesting client. (Inherited from System.Web.UI.Control) | |
SetFocus | Overloaded. Sets the browser focus to the specified control. (Inherited from System.Web.UI.Page) | |
SetRenderMethodDelegate | Assigns an event handler delegate to render the server control and its content into its parent control. (Inherited from System.Web.UI.Control) | |
SetTraceData | Overloaded. Sets trace data for design-time tracing of rendering data, using the trace data key and the trace data value. (Inherited from System.Web.UI.Control) | |
TestDeviceFilter | Returns a Boolean value indicating whether a device filter applies to the HTTP request. (Inherited from System.Web.UI.TemplateControl) | |
TryUpdateModel | Overloaded. Updates the specified model instance using values from the data-bound control. (Inherited from System.Web.UI.Page) | |
UnregisterRequiresControlState | Stops persistence of control state for the specified control. (Inherited from System.Web.UI.Page) | |
UpdateModel | Overloaded. Updates the specified model instance using values from the data-bound control. (Inherited from System.Web.UI.Page) | |
Validate | Overloaded. Instructs any validation controls included on the page to validate their assigned information. (Inherited from System.Web.UI.Page) | |
VerifyRenderingInServerForm | Confirms that an System.Web.UI.HtmlControls.HtmlForm control is rendered for the specified ASP.NET server control at run time. (Inherited from System.Web.UI.Page) |
Name | Description | |
---|---|---|
AddParsedSubObject | Notifies the server control that an element, either XML or HTML, was parsed, and adds the element to the server control's System.Web.UI.ControlCollection object. (Inherited from System.Web.UI.Control) | |
AspCompatBeginProcessRequest | Initiates a request for Active Server Page (ASP) resources. This method is provided for compatibility with legacy ASP applications. (Inherited from System.Web.UI.Page) | |
AspCompatEndProcessRequest | Terminates a request for Active Server Page (ASP) resources. This method is provided for compatibility with legacy ASP applications. (Inherited from System.Web.UI.Page) | |
AsyncPageBeginProcessRequest | Begins processing an asynchronous page request. (Inherited from System.Web.UI.Page) | |
AsyncPageEndProcessRequest | Ends processing an asynchronous page request. (Inherited from System.Web.UI.Page) | |
BeginRenderTracing | Begins design-time tracing of rendering data. (Inherited from System.Web.UI.Control) | |
BuildProfileTree | Gathers information about the server control and delivers it to the System.Web.UI.Page.Trace property to be displayed when tracing is enabled for the page. (Inherited from System.Web.UI.Control) | |
ClearCachedClientID | Sets the cached System.Web.UI.Control.ClientID value to a null reference (Nothing in Visual Basic). (Inherited from System.Web.UI.Control) | |
ClearChildControlState | Deletes the control-state information for the server control's child controls. (Inherited from System.Web.UI.Control) | |
ClearChildState | Deletes the view-state and control-state information for all the server control's child controls. (Inherited from System.Web.UI.Control) | |
ClearChildViewState | Deletes the view-state information for all the server control's child controls. (Inherited from System.Web.UI.Control) | |
ClearEffectiveClientIDMode | Sets the System.Web.UI.Control.ClientIDMode property of the current control instance and of any child controls to System.Web.UI.ClientIDMode.Inherit. (Inherited from System.Web.UI.Control) | |
Construct | Performs design-time logic. (Inherited from System.Web.UI.TemplateControl) | |
CreateControlCollection | Creates a new System.Web.UI.ControlCollection object to hold the child controls (both literal and server) of the server control. (Inherited from System.Web.UI.Control) | |
CreateResourceBasedLiteralControl | Accesses literal strings stored in a resource. The System.Web.UI.TemplateControl.CreateResourceBasedLiteralControl(System.Int32,System.Int32,System.Boolean) method is not intended for use from within your code. (Inherited from System.Web.UI.TemplateControl) | |
DataBindChildren | Binds a data source to the server control's child controls. (Inherited from System.Web.UI.Control) | |
EndRenderTracing | Ends design-time tracing of rendering data. (Inherited from System.Web.UI.Control) | |
EnsureChildControls | Determines whether the server control contains child controls. If it does not, it creates child controls. (Inherited from System.Web.UI.Control) | |
EnsureID | Creates an identifier for controls that do not have an identifier assigned. (Inherited from System.Web.UI.Control) | |
FrameworkInitialize | Initializes the control tree during page generation based on the declarative nature of the page. (Inherited from System.Web.UI.Page) | |
GetDesignModeState | Gets design-time data for a control. (Inherited from System.Web.UI.Control) | |
GetGlobalResourceObject | Overloaded. Gets an application-level resource object based on the specified System.Web.Compilation.ResourceExpressionFields.ClassKey and System.Web.Compilation.ResourceExpressionFields.ResourceKey properties. (Inherited from System.Web.UI.TemplateControl) | |
GetLocalResourceObject | Overloaded. Gets a page-level resource object based on the specified System.Web.Compilation.ResourceExpressionFields.ResourceKey property. (Inherited from System.Web.UI.TemplateControl) | |
GetWrappedFileDependencies | Returns a list of physical file names that correspond to a list of virtual file locations. (Inherited from System.Web.UI.Page) | |
HasEvents | Returns a value indicating whether events are registered for the control or any child controls. (Inherited from System.Web.UI.Control) | |
InitializeCulture | Sets the System.Web.UI.Page.Culture and System.Web.UI.Page.UICulture for the current thread of the page. (Inherited from System.Web.UI.Page) | |
IsLiteralContent | Determines if the server control holds only literal content. (Inherited from System.Web.UI.Control) | |
LoadViewState | Restores view-state information from a previous page request that was saved by the System.Web.UI.Control.SaveViewState method. (Inherited from System.Web.UI.Control) | |
OnAbortTransaction | Raises the System.Web.UI.TemplateControl.AbortTransaction event. (Inherited from System.Web.UI.TemplateControl) | |
OnBubbleEvent | Determines whether the event for the server control is passed up the page's UI server control hierarchy. (Inherited from System.Web.UI.Control) | |
OnCommitTransaction | Raises the System.Web.UI.TemplateControl.CommitTransaction event. (Inherited from System.Web.UI.TemplateControl) | |
OnDataBinding | Raises the System.Web.UI.Control.DataBinding event. (Inherited from System.Web.UI.Control) | |
OnError | Raises the System.Web.UI.TemplateControl.Error event. (Inherited from System.Web.UI.TemplateControl) | |
OnInit | Overridden. Raises the System.Web.UI.Control.Init event to initialize the page. | |
OnInitComplete | Raises the System.Web.UI.Page.InitComplete event after page initialization. (Inherited from System.Web.UI.Page) | |
OnLoad | Overridden. Raises the System.Web.UI.Control.Load event. | |
OnLoadComplete | Raises the System.Web.UI.Page.LoadComplete event at the end of the page load stage. (Inherited from System.Web.UI.Page) | |
OnPreInit | Raises the System.Web.UI.Page.PreInit event at the beginning of page initialization. (Inherited from System.Web.UI.Page) | |
OnPreLoad | Raises the System.Web.UI.Page.PreLoad event after postback data is loaded into the page server controls but before the System.Web.UI.Control.OnLoad(System.EventArgs) event. (Inherited from System.Web.UI.Page) | |
OnPreRenderComplete | Raises the System.Web.UI.Page.PreRenderComplete event after the System.Web.UI.Page.OnPreRenderComplete(System.EventArgs) event and before the page is rendered. (Inherited from System.Web.UI.Page) | |
OnSaveStateComplete | Raises the System.Web.UI.Page.SaveStateComplete event after the page state has been saved to the persistence medium. (Inherited from System.Web.UI.Page) | |
RaiseBubbleEvent | Assigns any sources of the event and its information to the control's parent. (Inherited from System.Web.UI.Control) | |
RaisePostBackEvent | (Inherited from System.Web.UI.Page) | |
ResolveAdapter | Gets the control adapter responsible for rendering the specified control. (Inherited from System.Web.UI.Control) | |
SaveViewState | Saves any server control view-state changes that have occurred since the time the page was posted back to the server. (Inherited from System.Web.UI.Control) | |
SetDesignModeState | Sets design-time data for a control. (Inherited from System.Web.UI.Control) | |
SetStringResourcePointer | Sets a pointer to a string resource. The System.Web.UI.TemplateControl.SetStringResourcePointer(System.Object,System.Int32) method is used by generated classes and is not intended for use from within your code. (Inherited from System.Web.UI.TemplateControl) | |
TrackViewState | Causes tracking of view-state changes to the server control so they can be stored in the server control's System.Web.UI.StateBag object. This object is accessible through the System.Web.UI.Control.ViewState property. (Inherited from System.Web.UI.Control) | |
WriteUTF8ResourceString | Writes a resource string to an System.Web.UI.HtmlTextWriter control. The System.Web.UI.TemplateControl.WriteUTF8ResourceString(System.Web.UI.HtmlTextWriter,System.Int32,System.Int32,System.Boolean) method is used by generated classes and is not intended for use from within your code. (Inherited from System.Web.UI.TemplateControl) |
Name | Description | |
---|---|---|
AbortTransaction | Occurs when a user ends a transaction. (Inherited from System.Web.UI.TemplateControl) | |
CommitTransaction | Occurs when a transaction completes. (Inherited from System.Web.UI.TemplateControl) | |
DataBinding | Occurs when the server control binds to a data source. (Inherited from System.Web.UI.Control) | |
Disposed | Occurs when a server control is released from memory, which is the last stage of the server control lifecycle when an ASP.NET page is requested. (Inherited from System.Web.UI.Control) | |
Error | Occurs when an unhandled exception is thrown. (Inherited from System.Web.UI.TemplateControl) | |
Init | Occurs when the server control is initialized, which is the first step in its lifecycle. (Inherited from System.Web.UI.Control) | |
InitComplete | Occurs when page initialization is complete. (Inherited from System.Web.UI.Page) | |
Load | Occurs when the server control is loaded into the System.Web.UI.Page object. (Inherited from System.Web.UI.Control) | |
LoadComplete | Occurs at the end of the load stage of the page's life cycle. (Inherited from System.Web.UI.Page) | |
PreInit | Occurs before page initialization. (Inherited from System.Web.UI.Page) | |
PreLoad | Occurs before the page System.Web.UI.Control.Load event. (Inherited from System.Web.UI.Page) | |
PreRender | Occurs after the System.Web.UI.Control object is loaded but prior to rendering. (Inherited from System.Web.UI.Control) | |
PreRenderComplete | Occurs before the page content is rendered. (Inherited from System.Web.UI.Page) | |
SaveStateComplete | Occurs after the page has completed saving all view state and control state information for the page and controls on the page. (Inherited from System.Web.UI.Page) | |
Unload | Occurs when the server control is unloaded from memory. (Inherited from System.Web.UI.Control) |