| AddOnPreRenderCompleteAsync(System.Web.BeginEventHandler, System.Web.EndEventHandler)
Registers beginning and ending event handler delegates that do not require state information for an asynchronous page.
|
| AddOnPreRenderCompleteAsync(System.Web.BeginEventHandler, System.Web.EndEventHandler, object)
Registers beginning and ending event handler delegates for an asynchronous page.
|
static | CreateHtmlTextWriterFromType(System.IO.TextWriter, Type) : HtmlTextWriter
Creates a specified System.Web.UI.HtmlTextWriter object to render the page's content.
|
| 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.
|
| ExecuteRegisteredAsyncTasks()
Starts the execution of an asynchronous task.
|
override | FindControl(string) : Control
Searches the page naming container for a server control with the specified identifier.
|
| GetDataItem() : object
Gets the data item at the top of the data-binding context stack.
|
| GetPostBackClientEvent(Control, string) : string
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(Control, string) : string
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(Control) : string
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.
|
| GetPostBackEventReference(Control, string) : string
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 that handles the postback and a string argument of additional event information.
|
| GetTypeHashCode() : int
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.
|
| GetValidators(string) : ValidatorCollection
Returns a collection of control validators for a specified validation group.
|
| IsClientScriptBlockRegistered(string) : bool
Determines whether the client script block with the specified key is registered with the page.
|
| IsStartupScriptRegistered(string) : bool
Determines whether the client startup script is registered with the System.Web.UI.Page object.
|
| MapPath(string) : string
Retrieves the physical path that a virtual path, either absolute or relative, or an application-relative path maps to.
|
| ProcessRequest(System.Web.HttpContext)
Sets the intrinsic server objects of the System.Web.UI.Page object, such as the Page.Context, Page.Request, Page.Response, and Page.Application properties.
|
| RegisterArrayDeclaration(string, string)
Declares a value that is declared as an ECMAScript array declaration when the page is rendered.
|
| RegisterAsyncTask(PageAsyncTask)
Registers a new asynchronous task with the page.
|
| RegisterClientScriptBlock(string, string)
Emits client-side script blocks to the response.
|
| RegisterHiddenField(string, string)
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.
|
| RegisterOnSubmitStatement(string, string)
Allows a page to access the client OnSubmit event. The script should be a function call to client code registered elsewhere.
|
| RegisterRequiresControlState(Control)
Registers a control as one whose control state must be persisted.
|
| RegisterRequiresPostBack(Control)
Registers a control as one that requires postback handling when the page is posted back to the server.
|
| RegisterRequiresRaiseEvent(IPostBackEventHandler)
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.
|
| RegisterRequiresViewStateEncryption()
Registers a control with the page as one requiring view-state encryption.
|
| RegisterStartupScript(string, string)
Emits a client-side script block in the page response.
|
| RegisterViewStateHandler()
Causes page view state to be persisted, if called.
|
| RequiresControlState(Control) : bool
Determines whether the specified System.Web.UI.Control object is registered to participate in control state management.
|
| SetFocus(string)
Sets the browser focus to the control with the specified identifier.
|
| SetFocus(Control)
Sets the browser focus to the specified control.
|
| UnregisterRequiresControlState(Control)
Stops persistence of control state for the specified control.
|
| Validate()
Instructs any validation controls included on the page to validate their assigned information.
|
| Validate(string)
Instructs the validation controls in the specified validation group to validate their assigned information.
|
| VerifyRenderingInServerForm(Control)
Confirms that an System.Web.UI.HtmlControls.HtmlForm control is rendered for the specified ASP.NET server control at run time.
|