AdjustUrl | Overloaded. Adjusts request URLs according to the security, host name, and port number overrides. |
DataBind (inherited from Control) | 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. |
FindControl (inherited from Control) | Overloaded. Searches the current naming container for a server control with the specified id parameter. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetPostBackClientEvent (inherited from Page) | Obtains a reference to a client-side script function that causes, when invoked, a server postback to the form. |
GetPostBackClientHyperlink (inherited from Page) | Appends javascript: to the beginning of the return from a GetPostBackEventReference call to allow hyperlink post-back processing on the server. |
GetPostBackEventReference (inherited from Page) | Overloaded. Obtains a reference to a client-side script function that causes, when invoked, the server to post back to the page. |
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. |
HandleBorderExceptions | Override this method to handle any exceptions when the border user controls are loaded. If the borders fail, they will do so quietly by default. |
HasControls (inherited from Control) | Determines if the server control contains any child controls. |
IsClientScriptBlockRegistered (inherited from Page) | Determines if the client script block is registered with the page. |
IsStartupScriptRegistered (inherited from Page) | Determines if the client startup script is registered with the Page object. |
LoadControl (inherited from TemplateControl) | Obtains a UserControl object from a user control file. |
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, maps to. |
ParseControl (inherited from TemplateControl) | Parses an input string into a Control on the Web Forms page or user control. |
ProcessRequest (inherited from Page) | |
RegisterArrayDeclaration (inherited from Page) | Declares a value that is declared as an ECMAScript array declaration when the page renders. |
RegisterClientScriptBlock (inherited from Page) | Allows ASP.NET server controls to emit client-side script blocks in the Page . |
RegisterHiddenField (inherited from Page) | Allows server controls to automatically register a hidden field on the form. The field will be sent to the Page when the HtmlForm server control is rendered. |
RegisterOnSubmitStatement (inherited from Page) | Allows a page to access the client OnSubmit event. The script should be a function call to client code registered elsewhere. |
RegisterRequiresPostBack (inherited from Page) | Registers a control as one that requires post-back handling. |
RegisterRequiresRaiseEvent (inherited from Page) | Registers an ASP.NET server control as requiring an event to be raised when the control is processed on the Page . |
RegisterStartupScript (inherited from Page) | Allows ASP.NET server controls to emit client-side script blocks in the Page . |
RegisterViewStateHandler (inherited from Page) | Causes page view state to be persisted, if called. |
RenderControl (inherited from Control) | Outputs server control content to a provided HtmlTextWriter object and stores tracing information about the control if tracing is enabled. |
ResolveUrl (inherited from Control) | Converts a URL into one that is usable on the requesting client. |
SetRenderMethodDelegate (inherited from Control) | |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Validate (inherited from Page) | 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. |