![]() | Gets the HttpApplicationState object for the current Web request. |
![]() | Gets or sets the application-relative virtual directory of the Page or UserControl object that contains this control. |
![]() | Gets or sets the application-relative, virtual directory path to the file from which the control is parsed and compiled. |
![]() | Gets or sets a value indicating the time-out interval used when processing asynchronous tasks. |
![]() | Gets the control that contains this control's data binding. |
![]() | Sets a value indicating whether the page output is buffered. |
![]() | Gets the Cache object associated with the application in which the page resides. |
![]() | Gets the server control identifier generated by ASP.NET. |
![]() | Gets the query string portion of the requested URL. |
![]() | Gets a ClientScriptManager object used to manage, register, and add script to the page. |
![]() | 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. |
![]() | Sets the code page identifier for the current Page. |
![]() | Gets the database connection string |
![]() | Sets the HTTP MIME type for the HttpResponse object associated with the page. |
![]() | Gets a ControlCollection object that represents the child controls for a specified server control in the UI hierarchy. |
![]() | Sets the culture ID for the Thread object associated with the page. |
![]() | |
![]() | Gets or sets a Boolean value indicating whether themes apply to the control that is derived from the TemplateControl class. |
![]() | 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. |
![]() | Gets or sets a value indicating whether ASP.NET should run a message authentication check (MAC) on the page's view state when the page is posted back from the client. |
![]() | Gets or sets the error page to which the requesting browser is redirected in the event of an unhandled page exception. |
![]() | Gets the errors email address for this website |
![]() | Gets the HTML form for the page. |
![]() | Gets the document header for the page if the head element is defined with a runat=server in the page declaration. |
![]() | Gets or sets an identifier for a particular instance of the Page class. |
![]() | Gets the character used to separate control identifiers when building a unique ID for a control on a page. |
![]() | Gets a value indicating whether the page is processed asynchronously. |
![]() | Gets a value indicating whether the page request is the result of a call back. |
![]() | Gets a value indicating whether the page is involved in a cross-page postback. |
![]() | Gets a value indicating whether the page is being loaded in response to a client postback, or if it is being loaded and accessed for the first time. |
![]() | Gets a value indicating whether the Page object can be reused. |
![]() | Gets a value indicating whether page validation succeeded. |
![]() | Gets a list of objects stored in the page context. |
![]() | Sets the locale identifier for the Thread object associated with the page. |
![]() | Gets or sets a value indicating whether to return the user to the same position in the client browser after postback. |
![]() | Gets the master page that determines the overall look of the page. |
![]() | Gets or sets the file name of the master page. |
![]() | Gets or sets the maximum length for the page's state field. |
![]() | Gets a reference to the server control's naming container, which creates a unique namespace for differentiating between server controls with the same ID property value. |
![]() | Gets a reference to the Page instance that contains the server control. |
![]() | Gets the adapter that renders the page for the specific requesting browser. |
![]() | Gets a reference to the server control's parent control in the page control hierarchy. |
![]() | Gets the page that transferred control to the current page. |
![]() | Gets the HttpRequest object for the requested page. |
![]() | Gets the HttpResponse object associated with the Page object. This object allows you to send HTTP response data to a client and contains information about that response. |
![]() | Sets the encoding language for the current HttpResponse object. |
![]() | Gets the Server object, which is an instance of the HttpServerUtility class. |
![]() | Gets the current Session object provided by ASP.NET. |
![]() | Gets information about the container that hosts the current control when rendered on a design surface. |
![]() | Gets or sets the skin to apply to the control. |
![]() | Obsolete. Gets or sets a value indicating whether smart navigation is enabled. |
![]() | The port number of the SMTP server |
![]() | The IP address or host Name of the SMTP server |
![]() | Gets or sets the name of the style sheet applied to this page. |
![]() | Gets or sets a reference to the template that contains this control. |
![]() | Gets the virtual directory of the Page or UserControl that contains the current server control. |
![]() | Gets or sets the name of the page theme. |
![]() | Gets or sets the title for the page. |
![]() | Gets the TraceContext object for the current Web request. |
![]() | Sets a value indicating whether tracing is enabled for the Page object. |
![]() | Sets the mode in which trace statements are displayed on the page. |
![]() | Sets the user interface (UI) ID for the Thread object associated with the page. |
![]() | Gets the unique, hierarchically qualified identifier for the server control. |
![]() | Gets information about the user making the page request. |
![]() | Gets a collection of all validation controls contained on the requested page. |
![]() | Gets or sets the encryption mode of the view state. |
![]() | Assigns an identifier to an individual user in the view-state variable associated with the current page. |
![]() | Gets or sets a value indicating whether the Page object is rendered. |
![]() | Gets the website Name |
![]() | Overloaded. Registers beginning and ending event handler delegates that do not require state information for an asynchronous page. |
![]() | Applies the style properties defined in the page style sheet to the control. |
![]() | Overloaded. Binds a data source to the invoked server control and all its child controls. |
![]() | Performs any initialization of the instance of the Page class that is required by RAD designers. This method is used only at design time. |
![]() | Enables a server control to perform final clean up before it is released from memory. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Starts the execution of an asynchronous task. |
![]() | Overloaded. Searches the page naming container for a server control with the specified identifier. |
![]() | Sets input focus to a control. |
![]() | Gets the data item at the top of the data-binding context stack. |
![]() | Gets a double from the querystring. Returns -1 if the param does not exist or is in an incorrect format |
![]() | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Gets an int from the querystring. Returns -1 if the param does not exist or is in an incorrect format |
![]() | 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. |
![]() | 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. |
![]() | 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. |
![]() | Gets a string from the querystring. Returns an empty string if the param does not exist |
![]() | Gets some text with the given Code |
![]() | Gets the Type of the current instance. |
![]() | 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. |
![]() | Returns a collection of control validators for a specified validation group. |
![]() | Handles any exceptions that occur on the site |
![]() | Determines if the server control contains any child controls. |
![]() | Obsolete. Determines whether the client script block with the specified key is registered with the page. |
![]() | Obsolete. Determines whether the client startup script is registered with the Page object. |
![]() | Overloaded. Loads a Control object from a file based on a specified virtual path. |
![]() | Obtains an instance of the ITemplate interface from an external file. |
![]() | Retrieves the physical path that a virtual path, either absolute or relative, or an application-relative path maps to. |
![]() | Gets called whenever there is a page error |
![]() | Called when the page loads |
![]() | Called when the page loads |
![]() | Called when the page un-loads |
![]() | Parses an input string into a Control object on the Web Forms page or user control. |
![]() | Sets the intrinsics of the Page, such as the Context, Request, Response, and Application properties. |
![]() | Reads a string resource. The ReadStringResource method is not intended for use from within your code. |
![]() | Redirets to the given URL (absolute or relative) |
![]() | Obsolete. Declares a value that is declared as an ECMAScript array declaration when the page is rendered. |
![]() | Registers a new asynchronous task with the page. |
![]() | Obsolete. Emits client-side script blocks to the response. |
![]() | 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. |
![]() | Obsolete. Allows a page to access the client OnSubmit event. The script should be a function call to client code registered elsewhere. |
![]() | Registers a control as one whose control state must be persisted. |
![]() | Registers a control as one that requires postback handling when the page is posted back to the server. |
![]() | Registers an ASP.NET server control as one requiring an event to be raised when the control is processed on the Page object. |
![]() | Registers a control with the page as one requiring view-state encryption. |
![]() | Obsolete. Emits a client-side script block in the page response. |
![]() | Causes page view state to be persisted, if called. |
![]() | Overloaded. Removes all the cached objects |
![]() | Overloaded. Outputs server control content to a provided HtmlTextWriter object and stores tracing information about the control if tracing is enabled. |
![]() | Determines whether the specified Control object is registered to participate in control state management. |
![]() | Gets a URL that can be used by the browser. |
![]() | Converts a URL into one that is usable on the requesting client. |
![]() | Overloaded. Sets the browser focus to the specified control. |
![]() | Assigns an event handler delegate to render the server control and its content into its parent control. |
![]() | Returns a Boolean value indicating whether a device filter applies to the HTTP request. |
![]() | Returns a String that represents the current Object. |
![]() | Stops persistence of control state for the specified control. |
![]() | Overloaded. Instructs any validation controls included on the page to validate their assigned information. |
![]() | Confirms that an HtmlForm control is rendered for the specified ASP.NET server control at run time. |
![]() | Occurs when a user ends a transaction. |
![]() | Occurs when a transaction completes. |
![]() | Occurs when the server control binds to a data source. |
![]() | 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. |
![]() | Occurs when an unhandled exception is thrown. |
![]() | Occurs when the server control is initialized, which is the first step in its lifecycle. |
![]() | Occurs when page initialization is complete. |
![]() | Occurs when the server control is loaded into the Page object. |
![]() | Occurs at the end of the load stage of the page's life cycle. |
![]() | Occurs at the beginning of page initialization. |
![]() | Occurs before the page Load event. |
![]() | Occurs after the Control object is loaded but prior to rendering. |
![]() | Occurs before the page content is rendered. |
![]() | Occurs after the page has completed saving all view state and control state information for the page and controls on the page. |
![]() | Occurs when the server control is unloaded from memory. |
![]() |
Initializes a new instance of the WebPage class. |
![]() | Gets the browser-specific adapter for the control. |
![]() | Sets a value indicating whether the page can be executed on a single-threaded apartment (STA) thread. |
![]() | Sets a value indicating whether the page is processed synchronously or asynchronously. |
![]() | Obsolete. The 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. |
![]() | Gets a value that indicates whether the server control's child controls have been created. |
![]() | Gets a character value representing the separator character used in the ClientID property. |
![]() | Gets a list of event handler delegates for the control. This property is read-only. |
![]() | Obsolete. Sets an array of files that the current HttpResponse object is dependent upon. |
![]() | Gets a value indicating whether the current server control's child controls have any saved view-state settings. |
![]() | Gets a value that indicates whether the server control is saving changes to its view state. |
![]() | Gets a value indicating whether the control participates in loading its view state by ID instead of index. |
![]() | Gets the PageStatePersister object associated with the page. |
![]() | Gets a value indicating whether the TemplateControl control supports automatic events. |
![]() | Sets the level of transaction support for the page. |
![]() | 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. |
![]() | Gets a value that indicates whether the StateBag object is case-insensitive. |
![]() | Notifies the server control that an element, either XML or HTML, was parsed, and adds the element to the server control's ControlCollection object. |
![]() | Initiates a request for Active Server Page (ASP) resources. This method is provided for compatibility with legacy ASP applications. |
![]() | Terminates a request for Active Server Page (ASP) resources. This method is provided for compatibility with legacy ASP applications. |
![]() | Begins processing an asynchronous page request. |
![]() | Ends processing an asynchronous page request. |
![]() | Gathers information about the server control and delivers it to the Trace property to be displayed when tracing is enabled for the page. |
![]() | Deletes the control-state information for the server control's child controls. |
![]() | Deletes the view-state and control-state information for all the server control's child controls. |
![]() | Deletes the view-state information for all the server control's child controls. |
![]() | Performs design-time logic. |
![]() | Creates a new ControlCollection object to hold the child controls (both literal and server) of the server control. |
![]() | Accesses literal strings stored in a resource. The CreateResourceBasedLiteralControl method is not intended for use from within your code. |
![]() | Overloaded. Binds a data source to the invoked server control and all its child controls with an option to raise the DataBinding event. |
![]() | Binds a data source to the server control's child controls. |
![]() | Determines whether the server control contains child controls. If it does not, it creates child controls. |
![]() | Creates an identifier for controls that do not have an identifier assigned. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Overloaded. Searches the current naming container for a server control with the specified id and an integer, specified in the pathOffset parameter, which aids in the search. You should not override this version of the FindControl method. |
![]() | Initializes the control tree during page generation based on the declarative nature of the page. |
![]() | Gets design-time data for a control. |
![]() | Overloaded. Gets an application-level resource object based on the specified ClassKey and ResourceKey properties. |
![]() | Overloaded. Gets a page-level resource object based on the specified ResourceKey property. |
![]() | Returns a list of physical file names that correspond to a list of virtual file locations. |
![]() | Returns a value indicating whether events are registered for the control or any child controls. |
![]() | Sets the Culture and UICulture for the current thread of the page. |
![]() | Overloaded. Initializes the output cache for the current page request. |
![]() | Determines if the server control holds only literal content. |
![]() | Restores view-state information from a previous page request that was saved by the SaveViewState method. |
![]() | Creates a shallow copy of the current Object. |
![]() | Raises the AbortTransaction event. |
![]() | Determines whether the event for the server control is passed up the page's UI server control hierarchy. |
![]() | Raises the CommitTransaction event. |
![]() | Raises the DataBinding event. |
![]() | Raises the Error event. |
![]() | Raises the InitComplete event after page initialization. |
![]() | Raises the LoadComplete event at the end of the page load stage. |
![]() | Raises the PreInit event at the beginning of page initialization. |
![]() | Raises the PreLoad event after postback data is loaded into the page server controls but before the OnLoad event. |
![]() | Raises the PreRenderComplete event after the OnPreRenderComplete event and before the page is rendered. |
![]() | Raises the SaveStateComplete event after the page state has been saved to the persistence medium. |
![]() | Assigns any sources of the event and its information to the control's parent. |
![]() | Notifies the server control that caused the postback that it should handle an incoming postback event. |
![]() | Overloaded. Outputs server control content to a provided HtmlTextWriter object using a provided ControlAdapter object. |
![]() | Gets the control adapter responsible for rendering the specified control. |
![]() | Saves any server control view-state changes that have occurred since the time the page was posted back to the server. |
![]() | Sets design-time data for a control. |
![]() | Sets a pointer to a string resource. The SetStringResourcePointer method is used by generated classes and is not intended for use from within your code. |
![]() | Causes tracking of view-state changes to the server control so they can be stored in the server control's StateBag object. This object is accessible through the ViewState property. |
![]() | Writes a resource string to an HtmlTextWriter control. The WriteUTF8ResourceString method is used by generated classes and is not intended for use from within your code. |
![]() | Gets the HttpContext object associated with the page. |
![]() | Gets a value indicating whether a control is being used on a design surface. |
![]() | Gets a value indicating whether controls contained within this control have control state. |
![]() | Gets a value indicating whether view state is enabled for this control. |
![]() | Gets a unique suffix to append to the file path for caching browsers. |
![]() | Called during page initialization to create a collection of content (from content controls) that is handed to a master page, if the current page or master page refers to a master page. |
![]() | Called after a child control is added to the Controls collection of the Control object. |
![]() | Adds a list of dependent files that make up the current page. This method is used internally by the ASP.NET page framework and is not intended to be used directly from your code. |
![]() | Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering. |
![]() | Creates an HtmlTextWriter object to render the page's content. |
![]() | Returns a NameValueCollection of data posted back to the page using either a POST or a GET command. |
![]() | Overloaded. Evaluates a data-binding expression. |
![]() | Overloaded. Initializes the output cache for the current page request based on an OutputCacheParameters object. |
![]() | Restores control-state information from a previous page request that was saved by the SaveControlState method. |
![]() | Loads any saved view-state information to the Page object. |
![]() | Retrieves the physical path that a virtual path, either absolute or relative, maps to. |
![]() | Raises the Init event to initialize the page. |
![]() | Raises the Load event. |
![]() | Raises the PreRender event. |
![]() | Raises the Unload event. |
![]() | Gets a Stream used to read a file. |
![]() | Called after a control is removed from the Controls collection of another control. |
![]() | Initializes the HtmlTextWriter object and calls on the child controls of the Page to render. |
![]() | Outputs the content of a server control's children to a provided HtmlTextWriter object, which writes the content to be rendered on the client. |
![]() | Saves any server control state changes that have occurred since the time the page was posted back to the server. |
![]() | Saves any view-state and control-state information for the page. |
![]() | Overloaded. Evaluates an XPath data-binding expression. |
![]() | Overloaded. Evaluates an XPath data-binding expression and returns a node collection that implements the IEnumerable interface. |
WebPage Class | Shunde.Common Namespace