AddOnPreRenderCompleteAsync (inherited from Page) | Overloaded. Registers beginning and ending event handler delegates that do not require state information for an asynchronous page. |
ApplyStyleSheetSkin (inherited from Control) | Applies the style properties defined in the page style sheet to the control. |
DataBind (inherited from Control) | Overloaded. Binds a data source to the invoked server control and all its child controls. |
DesignerInitialize (inherited from Page) | Performs any initialization of the instance of the Page class that is required by RAD designers. This method is used only at design time. |
Dispose (inherited from Control) | Enables a server control to perform final clean up before it is released from memory. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
ExecuteRegisteredAsyncTasks (inherited from Page) | Starts the execution of an asynchronous task. |
FindControl (inherited from Page) | Overloaded. Searches the page naming container for a server control with the specified identifier. |
Focus (inherited from Control) | Sets input focus to a control. |
GetDataItem (inherited from Page) | Gets the data item at the top of the data-binding context stack. |
GetDoubleParam | Gets a double from the querystring. Returns -1 if the param does not exist or is in an incorrect format |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
GetIntParam | Gets an int from the querystring. Returns -1 if the param does not exist or is in an incorrect format |
GetPostBackClientEvent (inherited from Page) | Obsolete. 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. |
GetPostBackClientHyperlink (inherited from Page) | Obsolete. Gets a reference, with 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. |
GetPostBackEventReference (inherited from Page) | 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 Control object. |
GetStringParam | Gets a string from the querystring. Returns an empty string if the param does not exist |
GetTextSection | Gets some text with the given Code |
GetType (inherited from Object) | Gets the Type of the current instance. |
GetTypeHashCode (inherited from Page) | Retrieves a hash code that is generated by Page objects that are generated at run time. This hash code is unique to the Page object's control hierarchy. |
GetValidators (inherited from Page) | Returns a collection of control validators for a specified validation group. |
HandleException | Handles any exceptions that occur on the site |
HasControls (inherited from Control) | Determines if the server control contains any child controls. |
IsClientScriptBlockRegistered (inherited from Page) | Obsolete. Determines whether the client script block with the specified key is registered with the page. |
IsStartupScriptRegistered (inherited from Page) | Obsolete. Determines whether the client startup script is registered with the Page object. |
LoadControl (inherited from TemplateControl) | Overloaded. Loads a Control object from a file based on a specified virtual path. |
LoadTemplate (inherited from TemplateControl) | Obtains an instance of the ITemplate interface from an external file. |
MapPath (inherited from Page) | Retrieves the physical path that a virtual path, either absolute or relative, or an application-relative path maps to. |
Page_Error | Gets called whenever there is a page error |
Page_Init | Called when the page loads |
Page_Load | Called when the page loads |
Page_Unload | Called when the page un-loads |
ParseControl (inherited from TemplateControl) | Parses an input string into a Control object on the Web Forms page or user control. |
ProcessRequest (inherited from Page) | Sets the intrinsics of the Page, such as the Context, Request, Response, and Application properties. |
ReadStringResource (inherited from TemplateControl) | Reads a string resource. The ReadStringResource method is not intended for use from within your code. |
Redirect | Redirets to the given URL (absolute or relative) |
RegisterArrayDeclaration (inherited from Page) | Obsolete. Declares a value that is declared as an ECMAScript array declaration when the page is rendered. |
RegisterAsyncTask (inherited from Page) | Registers a new asynchronous task with the page. |
RegisterClientScriptBlock (inherited from Page) | Obsolete. Emits client-side script blocks to the response. |
RegisterHiddenField (inherited from Page) | Obsolete. Allows server controls to automatically register a hidden field on the form. The field will be sent to the Page object when the HtmlForm server control is rendered. |
RegisterOnSubmitStatement (inherited from Page) | Obsolete. Allows a page to access the client OnSubmit event. The script should be a function call to client code registered elsewhere. |
RegisterRequiresControlState (inherited from Page) | Registers a control as one whose control state must be persisted. |
RegisterRequiresPostBack (inherited from Page) | Registers a control as one that requires postback handling when the page is posted back to the server. |
RegisterRequiresRaiseEvent (inherited from Page) | Registers an ASP.NET server control as one requiring an event to be raised when the control is processed on the Page object. |
RegisterRequiresViewStateEncryption (inherited from Page) | Registers a control with the page as one requiring view-state encryption. |
RegisterStartupScript (inherited from Page) | Obsolete. Emits a client-side script block in the page response. |
RegisterViewStateHandler (inherited from Page) | Causes page view state to be persisted, if called. |
RemoveCache | Overloaded. Removes all the cached objects |
RenderControl (inherited from Control) | Overloaded. Outputs server control content to a provided HtmlTextWriter object and stores tracing information about the control if tracing is enabled. |
RequiresControlState (inherited from Page) | Determines whether the specified Control object is registered to participate in control state management. |
ResolveClientUrl (inherited from Control) | Gets a URL that can be used by the browser. |
ResolveUrl (inherited from Control) | Converts a URL into one that is usable on the requesting client. |
SetFocus (inherited from Page) | Overloaded. Sets the browser focus to the specified control. |
SetRenderMethodDelegate (inherited from Control) | Assigns an event handler delegate to render the server control and its content into its parent control. |
TestDeviceFilter (inherited from TemplateControl) | Returns a Boolean value indicating whether a device filter applies to the HTTP request. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
UnregisterRequiresControlState (inherited from Page) | Stops persistence of control state for the specified control. |
Validate (inherited from Page) | Overloaded. Instructs any validation controls included on the page to validate their assigned information. |
VerifyRenderingInServerForm (inherited from Page) | Confirms that an HtmlForm control is rendered for the specified ASP.NET server control at run time. |