See Also

DplxWebForm Class  | ceTe.DynamicPDF.ReportWriter Namespace

DplxWebForm overview

Public Constructors

Public Constructor DplxWebForm Constructor  

Public Properties

Public Property Application (Inherited from System.Web.UI.Page)Gets the HttpApplicationState object for the current Web request.
Public Property AppRelativeTemplateSourceDirectory (Inherited from System.Web.UI.Control)Gets or sets the application-relative virtual directory of the Page or UserControl object that contains this control.
Public Property AppRelativeVirtualPath (Inherited from System.Web.UI.TemplateControl)Gets or sets the application-relative, virtual directory path to the file from which the control is parsed and compiled.
Public Property AsyncTimeout (Inherited from System.Web.UI.Page)Gets or sets a value indicating the time-out interval used when processing asynchronous tasks.
Public Property BindingContainer (Inherited from System.Web.UI.Control)Gets the control that contains this control's data binding.
Public Property Buffer (Inherited from System.Web.UI.Page)Sets a value indicating whether the page output is buffered.
Public Property Cache (Inherited from System.Web.UI.Page)Gets the Cache object associated with the application in which the page resides.
Public Property ClientID (Inherited from System.Web.UI.Control)Gets the server control identifier generated by ASP.NET.
Public Property ClientQueryString (Inherited from System.Web.UI.Page)Gets the query string portion of the requested URL.
Public Property ClientScript (Inherited from System.Web.UI.Page)Gets a ClientScriptManager object used to manage, register, and add script to the page.
Public Property ClientTarget (Inherited from System.Web.UI.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.
Public Property CodePage (Inherited from System.Web.UI.Page)Sets the code page identifier for the current Page.
Public Property ContentType (Inherited from System.Web.UI.Page)Sets the HTTP MIME type for the HttpResponse object associated with the page.
Public Property Controls (Inherited from System.Web.UI.Control)Gets a ControlCollection object that represents the child controls for a specified server control in the UI hierarchy.
Public Property Culture (Inherited from System.Web.UI.Page)Sets the culture ID for the Thread object associated with the page.
Public Property EnableEventValidation (Inherited from System.Web.UI.Page) 
Public Property EnableTheming (Inherited from System.Web.UI.TemplateControl)Gets or sets a Boolean value indicating whether themes apply to the control that is derived from the TemplateControl class.
Public Property EnableViewState (Inherited from System.Web.UI.Page)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.
Public Property EnableViewStateMac (Inherited from System.Web.UI.Page)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.
Public Property ErrorPage (Inherited from System.Web.UI.Page)Gets or sets the error page to which the requesting browser is redirected in the event of an unhandled page exception.
Public Property Form (Inherited from System.Web.UI.Page)Gets the HTML form for the page.
Public Property Header (Inherited from System.Web.UI.Page)Gets the document header for the page if the head element is defined with a runat=server in the page declaration.
Public Property ID (Inherited from System.Web.UI.Page)Gets or sets an identifier for a particular instance of the Page class.
Public Property IdSeparator (Inherited from System.Web.UI.Page)Gets the character used to separate control identifiers when building a unique ID for a control on a page.
Public Property IsAsync (Inherited from System.Web.UI.Page)Gets a value indicating whether the page is processed asynchronously.
Public Property IsCallback (Inherited from System.Web.UI.Page)Gets a value indicating whether the page request is the result of a call back.
Public Property IsCrossPagePostBack (Inherited from System.Web.UI.Page)Gets a value indicating whether the page is involved in a cross-page postback.
Public Property IsPostBack (Inherited from System.Web.UI.Page)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.
Public Property IsReusable (Inherited from System.Web.UI.Page)Gets a value indicating whether the Page object can be reused.
Public Property IsValid (Inherited from System.Web.UI.Page)Gets a value indicating whether page validation succeeded.
Public Property Items (Inherited from System.Web.UI.Page)Gets a list of objects stored in the page context.
Public Property LCID (Inherited from System.Web.UI.Page)Sets the locale identifier for the Thread object associated with the page.
Public Property MaintainScrollPositionOnPostBack (Inherited from System.Web.UI.Page)Gets or sets a value indicating whether to return the user to the same position in the client browser after postback.
Public Property Master (Inherited from System.Web.UI.Page)Gets the master page that determines the overall look of the page.
Public Property MasterPageFile (Inherited from System.Web.UI.Page)Gets or sets the file name of the master page.
Public Property MaxPageStateFieldLength (Inherited from System.Web.UI.Page)Gets or sets the maximum length for the page's state field.
Public Property NamingContainer (Inherited from System.Web.UI.Control)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.
Public Property Page (Inherited from System.Web.UI.Control)Gets a reference to the Page instance that contains the server control.
Public Property PageAdapter (Inherited from System.Web.UI.Page)Gets the adapter that renders the page for the specific requesting browser.
Public Property Parent (Inherited from System.Web.UI.Control)Gets a reference to the server control's parent control in the page control hierarchy.
Public Property PreviousPage (Inherited from System.Web.UI.Page)Gets the page that transferred control to the current page.
Public Property Request (Inherited from System.Web.UI.Page)Gets the HttpRequest object for the requested page.
Public Property Response (Inherited from System.Web.UI.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.
Public Property ResponseEncoding (Inherited from System.Web.UI.Page)Sets the encoding language for the current HttpResponse object.
Public Property Server (Inherited from System.Web.UI.Page)Gets the Server object, which is an instance of the HttpServerUtility class.
Public Property Session (Inherited from System.Web.UI.Page)Gets the current Session object provided by ASP.NET.
Public Property Site (Inherited from System.Web.UI.Control)Gets information about the container that hosts the current control when rendered on a design surface.
Public Property SkinID (Inherited from System.Web.UI.Control)Gets or sets the skin to apply to the control.
Public Property SmartNavigation (Inherited from System.Web.UI.Page)Gets or sets a value indicating whether smart navigation is enabled.
Public Property StyleSheetTheme (Inherited from System.Web.UI.Page)Gets or sets the name of the style sheet applied to this page.
Public Property TemplateControl (Inherited from System.Web.UI.Control)Gets or sets a reference to the template that contains this control.
Public Property TemplateSourceDirectory (Inherited from System.Web.UI.Control)Gets the virtual directory of the Page or UserControl that contains the current server control.
Public Property Theme (Inherited from System.Web.UI.Page)Gets or sets the name of the page theme.
Public Property Title (Inherited from System.Web.UI.Page)Gets or sets the title for the page.
Public Property Trace (Inherited from System.Web.UI.Page)Gets the TraceContext object for the current Web request.
Public Property TraceEnabled (Inherited from System.Web.UI.Page)Sets a value indicating whether tracing is enabled for the Page object.
Public Property TraceModeValue (Inherited from System.Web.UI.Page)Sets the mode in which trace statements are displayed on the page.
Public Property UICulture (Inherited from System.Web.UI.Page)Sets the user interface (UI) ID for the Thread object associated with the page.
Public Property UniqueID (Inherited from System.Web.UI.Control)Gets the unique, hierarchically qualified identifier for the server control.
Public Property User (Inherited from System.Web.UI.Page)Gets information about the user making the page request.
Public Property Validators (Inherited from System.Web.UI.Page)Gets a collection of all validation controls contained on the requested page.
Public Property ViewStateEncryptionMode (Inherited from System.Web.UI.Page)Gets or sets the encryption mode of the view state.
Public Property ViewStateUserKey (Inherited from System.Web.UI.Page)Assigns an identifier to an individual user in the view-state variable associated with the current page.
Public Property Visible (Inherited from System.Web.UI.Page)Gets or sets a value indicating whether the Page object is rendered.

Public Methods

Public Method AddOnPreRenderCompleteAsync (Inherited from System.Web.UI.Page)Overloaded.  
Public Method ApplyStyleSheetSkin (Inherited from System.Web.UI.Control)Applies the style properties defined in the page style sheet to the control.
Public Method DataBind (Inherited from System.Web.UI.Control)Overloaded. Binds a data source to the invoked server control and all its child controls.
Public Method DesignerInitialize (Inherited from System.Web.UI.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.
Public Method Dispose (Inherited from System.Web.UI.Control)Enables a server control to perform final clean up before it is released from memory.
Public Method ExecuteRegisteredAsyncTasks (Inherited from System.Web.UI.Page)Starts the execution of an asynchronous task.
Public Method FindControl (Inherited from System.Web.UI.Page)Overloaded.  
Public Method Focus (Inherited from System.Web.UI.Control)Sets input focus to a control.
Public Method GetDataItem (Inherited from System.Web.UI.Page)Gets the data item at the top of the data-binding context stack.
Public Method GetPostBackClientEvent (Inherited from System.Web.UI.Page)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.
Public Method GetPostBackClientHyperlink (Inherited from System.Web.UI.Page)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.
Public Method GetPostBackEventReference (Inherited from System.Web.UI.Page)Overloaded.  
Public Method GetTypeHashCode (Inherited from System.Web.UI.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.
Public Method GetValidators (Inherited from System.Web.UI.Page)Returns a collection of control validators for a specified validation group.
Public Method HasControls (Inherited from System.Web.UI.Control)Determines if the server control contains any child controls.
Public Method IsClientScriptBlockRegistered (Inherited from System.Web.UI.Page)Determines whether the client script block with the specified key is registered with the page.
Public Method IsStartupScriptRegistered (Inherited from System.Web.UI.Page)Determines whether the client startup script is registered with the Page object.
Public Method LoadControl (Inherited from System.Web.UI.TemplateControl)Overloaded.  
Public Method LoadTemplate (Inherited from System.Web.UI.TemplateControl)Obtains an instance of the ITemplate interface from an external file.
Public Method MapPath (Inherited from System.Web.UI.Page)Retrieves the physical path that a virtual path, either absolute or relative, or an application-relative path maps to.
Public Method ParseControl (Inherited from System.Web.UI.TemplateControl)Parses an input string into a Control object on the Web Forms page or user control.
Public Method ProcessRequest (Inherited from System.Web.UI.Page)Sets the intrinsics of the Page, such as the Context, Request, Response, and Application properties.
Public Method ReadStringResource (Inherited from System.Web.UI.TemplateControl)Reads a string resource. The ReadStringResource method is not intended for use from within your code.
Public Method RegisterArrayDeclaration (Inherited from System.Web.UI.Page)Declares a value that is declared as an ECMAScript array declaration when the page is rendered.
Public Method RegisterAsyncTask (Inherited from System.Web.UI.Page)Registers a new asynchronous task with the page.
Public Method RegisterClientScriptBlock (Inherited from System.Web.UI.Page)Emits client-side script blocks to the response.
Public Method RegisterHiddenField (Inherited from System.Web.UI.Page)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.
Public Method RegisterOnSubmitStatement (Inherited from System.Web.UI.Page)Allows a page to access the client OnSubmit event. The script should be a function call to client code registered elsewhere.
Public Method RegisterRequiresControlState (Inherited from System.Web.UI.Page)Registers a control as one whose control state must be persisted.
Public Method RegisterRequiresPostBack (Inherited from System.Web.UI.Page)Registers a control as one that requires postback handling when the page is posted back to the server.
Public Method RegisterRequiresRaiseEvent (Inherited from System.Web.UI.Page)Registers an ASP.NET server control as one requiring an event to be raised when the control is processed on the Page object.
Public Method RegisterRequiresViewStateEncryption (Inherited from System.Web.UI.Page)Registers a control with the page as one requiring view-state encryption.
Public Method RegisterStartupScript (Inherited from System.Web.UI.Page)Emits a client-side script block in the page response.
Public Method RegisterViewStateHandler (Inherited from System.Web.UI.Page)Causes page view state to be persisted, if called.
Public Method RenderControl (Inherited from System.Web.UI.Control)Overloaded.  
Public Method RequiresControlState (Inherited from System.Web.UI.Page)Determines whether the specified Control object is registered to participate in control state management.
Public Method ResolveClientUrl (Inherited from System.Web.UI.Control)Gets a URL that can be used by the browser.
Public Method ResolveUrl (Inherited from System.Web.UI.Control)Converts a URL into one that is usable on the requesting client.
Public Method SetFocus (Inherited from System.Web.UI.Page)Overloaded.  
Public Method SetRenderMethodDelegate (Inherited from System.Web.UI.Control)Assigns an event handler delegate to render the server control and its content into its parent control.
Public Method TestDeviceFilter (Inherited from System.Web.UI.TemplateControl)Returns a Boolean value indicating whether a device filter applies to the HTTP request.
Public Method UnregisterRequiresControlState (Inherited from System.Web.UI.Page)Stops persistence of control state for the specified control.
Public Method Validate (Inherited from System.Web.UI.Page)Overloaded. Instructs any validation controls included on the page to validate their assigned information.
Public Method VerifyRenderingInServerForm (Inherited from System.Web.UI.Page)Confirms that an HtmlForm control is rendered for the specified ASP.NET server control at run time.

Public Events

Public Event AbortTransaction (Inherited from System.Web.UI.TemplateControl)Occurs when a user ends a transaction.
Public Event CommitTransaction (Inherited from System.Web.UI.TemplateControl)Occurs when a transaction completes.
Public Event DataBinding (Inherited from System.Web.UI.Control)Occurs when the server control binds to a data source.
Public Event Disposed (Inherited from System.Web.UI.Control)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.
Public Event Error (Inherited from System.Web.UI.TemplateControl)Occurs when an unhandled exception is thrown.
Public Event Init (Inherited from System.Web.UI.Control)Occurs when the server control is initialized, which is the first step in its lifecycle.
Public Event InitComplete (Inherited from System.Web.UI.Page)Occurs when page initialization is complete.
Public Event Load (Inherited from System.Web.UI.Control)Occurs when the server control is loaded into the Page object.
Public Event LoadComplete (Inherited from System.Web.UI.Page)Occurs at the end of the load stage of the page's life cycle.
Public Event PreInit (Inherited from System.Web.UI.Page)Occurs at the beginning of page initialization.
Public Event PreLoad (Inherited from System.Web.UI.Page)Occurs before the page Load event.
Public Event PreRender (Inherited from System.Web.UI.Control)Occurs after the Control object is loaded but prior to rendering.
Public Event PreRenderComplete (Inherited from System.Web.UI.Page)Occurs before the page content is rendered.
Public Event SaveStateComplete (Inherited from System.Web.UI.Page)Occurs after the page has completed saving all view state and control state information for the page and controls on the page.
Public Event Unload (Inherited from System.Web.UI.Control)Occurs when the server control is unloaded from memory.

Protected Properties

Protected Property Adapter (Inherited from System.Web.UI.Control)Gets the browser-specific adapter for the control.
Protected Property AspCompatMode (Inherited from System.Web.UI.Page)Sets a value indicating whether the page can be executed on a single-threaded apartment (STA) thread.
Protected Property AsyncMode (Inherited from System.Web.UI.Page)Sets a value indicating whether the page is processed synchronously or asynchronously.
Protected Property AutoHandlers (Inherited from System.Web.UI.TemplateControl)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.
Protected Property ChildControlsCreated (Inherited from System.Web.UI.Control)Gets a value that indicates whether the server control's child controls have been created.
Protected Property ClientIDSeparator (Inherited from System.Web.UI.Control)Gets a character value representing the separator character used in the ClientID property.
Protected Property Context (Inherited from System.Web.UI.Page)Gets the HttpContext object associated with the page.
Protected Property DesignMode (Inherited from System.Web.UI.Control)Gets a value indicating whether a control is being used on a design surface.
Protected Property DocumentLayout Gets the DocumentLayout of the DplxWebForm.
Protected Property Events (Inherited from System.Web.UI.Control)Gets a list of event handler delegates for the control. This property is read-only.
Protected Property FileDependencies (Inherited from System.Web.UI.Page) 
Protected Property HasChildViewState (Inherited from System.Web.UI.Control)Gets a value indicating whether the current server control's child controls have any saved view-state settings.
Protected Property IsChildControlStateCleared (Inherited from System.Web.UI.Control)Gets a value indicating whether controls contained within this control have control state.
Protected Property IsTrackingViewState (Inherited from System.Web.UI.Control)Gets a value that indicates whether the server control is saving changes to its view state.
Protected Property IsViewStateEnabled (Inherited from System.Web.UI.Control)Gets a value indicating whether view state is enabled for this control.
Protected Property LoadViewStateByID (Inherited from System.Web.UI.Control)Gets a value indicating whether the control participates in loading its view state by ID instead of index.
Protected Property PageStatePersister (Inherited from System.Web.UI.Page)Gets the PageStatePersister object associated with the page.
Protected Property Parameters Gets the ParameterDictionary of the DplxWebForm.
Protected Property SupportAutoEvents (Inherited from System.Web.UI.TemplateControl)Gets a value indicating whether the TemplateControl control supports automatic events.
Protected Property TransactionMode (Inherited from System.Web.UI.Page)Sets the level of transaction support for the page.
Protected Property UniqueFilePathSuffix (Inherited from System.Web.UI.Page)Gets a unique suffix to append to the file path for caching browsers.
Protected Property ViewState (Inherited from System.Web.UI.Control)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.
Protected Property ViewStateIgnoresCase (Inherited from System.Web.UI.Control)Gets a value that indicates whether the StateBag object is case-insensitive.

Protected Methods

Protected Method AddContentTemplate (Inherited from System.Web.UI.Page)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.
Protected Method AddedControl (Inherited from System.Web.UI.Control)Called after a child control is added to the Controls collection of the Control object.
Protected Method AddParsedSubObject (Inherited from System.Web.UI.Control)Notifies the server control that an element, either XML or HTML, was parsed, and adds the element to the server control's ControlCollection object.
Protected Method AddWrappedFileDependencies (Inherited from System.Web.UI.Page)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.
Protected Method AspCompatBeginProcessRequest (Inherited from System.Web.UI.Page)Initiates a request for Active Server Page (ASP) resources. This method is provided for compatibility with legacy ASP applications.
Protected Method AspCompatEndProcessRequest (Inherited from System.Web.UI.Page)Terminates a request for Active Server Page (ASP) resources. This method is provided for compatibility with legacy ASP applications.
Protected Method AsyncPageBeginProcessRequest (Inherited from System.Web.UI.Page)Begins processing an asynchronous page request.
Protected Method AsyncPageEndProcessRequest (Inherited from System.Web.UI.Page)Ends processing an asynchronous page request.
Protected Method BuildProfileTree (Inherited from System.Web.UI.Control)Gathers information about the server control and delivers it to the Trace property to be displayed when tracing is enabled for the page.
Protected Method ClearChildControlState (Inherited from System.Web.UI.Control)Deletes the control-state information for the server control's child controls.
Protected Method ClearChildState (Inherited from System.Web.UI.Control)Deletes the view-state and control-state information for all the server control's child controls.
Protected Method ClearChildViewState (Inherited from System.Web.UI.Control)Deletes the view-state information for all the server control's child controls.
Protected Method Construct (Inherited from System.Web.UI.TemplateControl)Performs design-time logic.
Protected Method CreateChildControls (Inherited from System.Web.UI.Control)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.
Protected Method CreateControlCollection (Inherited from System.Web.UI.Control)Creates a new ControlCollection object to hold the child controls (both literal and server) of the server control.
Protected Method CreateHtmlTextWriter (Inherited from System.Web.UI.Page)Creates an HtmlTextWriter object to render the page's content.
Protected Method CreateResourceBasedLiteralControl (Inherited from System.Web.UI.TemplateControl)Accesses literal strings stored in a resource. The CreateResourceBasedLiteralControl method is not intended for use from within your code.
Protected Method DataBindChildren (Inherited from System.Web.UI.Control)Binds a data source to the server control's child controls.
Protected Method DeterminePostBackMode (Inherited from System.Web.UI.Page)Returns a NameValueCollection of data posted back to the page using either a POST or a GET command.
Protected Method DrawPdf Overloaded.  
Protected Method DrawPdfToWeb Overloaded.  
Protected Method EnsureChildControls (Inherited from System.Web.UI.Control)Determines whether the server control contains child controls. If it does not, it creates child controls.
Protected Method EnsureID (Inherited from System.Web.UI.Control)Creates an identifier for controls that do not have an identifier assigned.
Protected Method Eval (Inherited from System.Web.UI.TemplateControl)Overloaded.  
Protected Method FrameworkInitialize (Inherited from System.Web.UI.Page)Initializes the control tree during page generation based on the declarative nature of the page.
Protected Method GetDesignModeState (Inherited from System.Web.UI.Control)Gets design-time data for a control.
Protected Method GetGlobalResourceObject (Inherited from System.Web.UI.TemplateControl)Overloaded.  
Protected Method GetLocalResourceObject (Inherited from System.Web.UI.TemplateControl)Overloaded.  
Protected Method GetWrappedFileDependencies (Inherited from System.Web.UI.Page) 
Protected Method HasEvents (Inherited from System.Web.UI.Control)Returns a value indicating whether events are registered for the control or any child controls.
Protected Method InitializeCulture (Inherited from System.Web.UI.Page)Sets the Culture and UICulture for the current thread of the page.
Protected Method InitOutputCache (Inherited from System.Web.UI.Page)Overloaded.  
Protected Method IsLiteralContent (Inherited from System.Web.UI.Control)Determines if the server control holds only literal content.
Protected Method LoadControlState (Inherited from System.Web.UI.Control)Restores control-state information from a previous page request that was saved by the SaveControlState method.
Protected Method LoadPageStateFromPersistenceMedium (Inherited from System.Web.UI.Page)Loads any saved view-state information to the Page object.
Protected Method LoadViewState (Inherited from System.Web.UI.Control)Restores view-state information from a previous page request that was saved by the SaveViewState method.
Protected Method MapPathSecure (Inherited from System.Web.UI.Control)Retrieves the physical path that a virtual path, either absolute or relative, maps to.
Protected Method OnAbortTransaction (Inherited from System.Web.UI.TemplateControl)Raises the AbortTransaction event.
Protected Method OnBubbleEvent (Inherited from System.Web.UI.Control)Determines whether the event for the server control is passed up the page's UI server control hierarchy.
Protected Method OnCommitTransaction (Inherited from System.Web.UI.TemplateControl)Raises the CommitTransaction event.
Protected Method OnDataBinding (Inherited from System.Web.UI.Control)Raises the DataBinding event.
Protected Method OnError (Inherited from System.Web.UI.TemplateControl)Raises the Error event.
Protected Method OnInit (Inherited from System.Web.UI.Page)Raises the Init event to initialize the page.
Protected Method OnInitComplete (Inherited from System.Web.UI.Page)Raises the InitComplete event after page initialization.
Protected Method OnLoad (Inherited from System.Web.UI.Control)Raises the Load event.
Protected Method OnLoadComplete (Inherited from System.Web.UI.Page)Raises the LoadComplete event at the end of the page load stage.
Protected Method OnPreInit (Inherited from System.Web.UI.Page)Raises the PreInit event at the beginning of page initialization.
Protected Method OnPreLoad (Inherited from System.Web.UI.Page)Raises the PreLoad event after postback data is loaded into the page server controls but before the OnLoad event.
Protected Method OnPreRender (Inherited from System.Web.UI.Control)Raises the PreRender event.
Protected Method OnPreRenderComplete (Inherited from System.Web.UI.Page)Raises the PreRenderComplete event after the OnPreRenderComplete event and before the page is rendered.
Protected Method OnSaveStateComplete (Inherited from System.Web.UI.Page)Raises the SaveStateComplete event after the page state has been saved to the persistence medium.
Protected Method OnUnload (Inherited from System.Web.UI.Control)Raises the Unload event.
Protected Method OpenFile (Inherited from System.Web.UI.Control)Gets a Stream used to read a file.
Protected Method RaiseBubbleEvent (Inherited from System.Web.UI.Control)Assigns any sources of the event and its information to the control's parent.
Protected Method RaisePostBackEvent (Inherited from System.Web.UI.Page)Notifies the server control that caused the postback that it should handle an incoming postback event.
Protected Method RemovedControl (Inherited from System.Web.UI.Control)Called after a control is removed from the Controls collection of another control.
Protected Method Render (Inherited from System.Web.UI.Page)Initializes the HtmlTextWriter object and calls on the child controls of the Page to render.
Protected Method RenderChildren (Inherited from System.Web.UI.Control)Outputs the content of a server control's children to a provided HtmlTextWriter object, which writes the content to be rendered on the client.
Protected Method ResolveAdapter (Inherited from System.Web.UI.Control)Gets the control adapter responsible for rendering the specified control.
Protected Method SaveControlState (Inherited from System.Web.UI.Control)Saves any server control state changes that have occurred since the time the page was posted back to the server.
Protected Method SavePageStateToPersistenceMedium (Inherited from System.Web.UI.Page)Saves any view-state and control-state information for the page.
Protected Method SaveViewState (Inherited from System.Web.UI.Control)Saves any server control view-state changes that have occurred since the time the page was posted back to the server.
Protected Method SetDesignModeState (Inherited from System.Web.UI.Control)Sets design-time data for a control.
Protected Method SetStringResourcePointer (Inherited from System.Web.UI.TemplateControl)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.
Protected Method TrackViewState (Inherited from System.Web.UI.Control)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.
Protected Method WriteUTF8ResourceString (Inherited from System.Web.UI.TemplateControl)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.
Protected Method XPath (Inherited from System.Web.UI.TemplateControl)Overloaded.  
Protected Method XPathSelect (Inherited from System.Web.UI.TemplateControl)Overloaded.  

See Also

DplxWebForm Class  | ceTe.DynamicPDF.ReportWriter Namespace

 

 


© Copyright 2007, ceTe Software