DplxWebForm Constructor |
Application (Inherited from System.Web.UI.Page) | Gets the HttpApplicationState object for the current Web request. |
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. |
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. |
AsyncTimeout (Inherited from System.Web.UI.Page) | Gets or sets a value indicating the time-out interval used when processing asynchronous tasks. |
BindingContainer (Inherited from System.Web.UI.Control) | Gets the control that contains this control's data binding. |
Buffer (Inherited from System.Web.UI.Page) | Sets a value indicating whether the page output is buffered. |
Cache (Inherited from System.Web.UI.Page) | Gets the Cache object associated with the application in which the page resides. |
ClientID (Inherited from System.Web.UI.Control) | Gets the server control identifier generated by ASP.NET. |
ClientQueryString (Inherited from System.Web.UI.Page) | Gets the query string portion of the requested URL. |
ClientScript (Inherited from System.Web.UI.Page) | Gets a ClientScriptManager object used to manage, register, and add script to the page. |
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. |
CodePage (Inherited from System.Web.UI.Page) | Sets the code page identifier for the current Page. |
ContentType (Inherited from System.Web.UI.Page) | Sets the HTTP MIME type for the HttpResponse object associated with the page. |
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. |
Culture (Inherited from System.Web.UI.Page) | Sets the culture ID for the Thread object associated with the page. |
EnableEventValidation (Inherited from System.Web.UI.Page) | |
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. |
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. |
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. |
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. |
Form (Inherited from System.Web.UI.Page) | Gets the HTML form for the page. |
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. |
ID (Inherited from System.Web.UI.Page) | Gets or sets an identifier for a particular instance of the Page class. |
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. |
IsAsync (Inherited from System.Web.UI.Page) | Gets a value indicating whether the page is processed asynchronously. |
IsCallback (Inherited from System.Web.UI.Page) | Gets a value indicating whether the page request is the result of a call back. |
IsCrossPagePostBack (Inherited from System.Web.UI.Page) | Gets a value indicating whether the page is involved in a cross-page postback. |
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. |
IsReusable (Inherited from System.Web.UI.Page) | Gets a value indicating whether the Page object can be reused. |
IsValid (Inherited from System.Web.UI.Page) | Gets a value indicating whether page validation succeeded. |
Items (Inherited from System.Web.UI.Page) | Gets a list of objects stored in the page context. |
LCID (Inherited from System.Web.UI.Page) | Sets the locale identifier for the Thread object associated with the page. |
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. |
Master (Inherited from System.Web.UI.Page) | Gets the master page that determines the overall look of the page. |
MasterPageFile (Inherited from System.Web.UI.Page) | Gets or sets the file name of the master page. |
MaxPageStateFieldLength (Inherited from System.Web.UI.Page) | Gets or sets the maximum length for the page's state field. |
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. |
Page (Inherited from System.Web.UI.Control) | Gets a reference to the Page instance that contains the server control. |
PageAdapter (Inherited from System.Web.UI.Page) | Gets the adapter that renders the page for the specific requesting browser. |
Parent (Inherited from System.Web.UI.Control) | Gets a reference to the server control's parent control in the page control hierarchy. |
PreviousPage (Inherited from System.Web.UI.Page) | Gets the page that transferred control to the current page. |
Request (Inherited from System.Web.UI.Page) | Gets the HttpRequest object for the requested page. |
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. |
ResponseEncoding (Inherited from System.Web.UI.Page) | Sets the encoding language for the current HttpResponse object. |
Server (Inherited from System.Web.UI.Page) | Gets the Server object, which is an instance of the HttpServerUtility class. |
Session (Inherited from System.Web.UI.Page) | Gets the current Session object provided by ASP.NET. |
Site (Inherited from System.Web.UI.Control) | Gets information about the container that hosts the current control when rendered on a design surface. |
SkinID (Inherited from System.Web.UI.Control) | Gets or sets the skin to apply to the control. |
SmartNavigation (Inherited from System.Web.UI.Page) | Gets or sets a value indicating whether smart navigation is enabled. |
StyleSheetTheme (Inherited from System.Web.UI.Page) | Gets or sets the name of the style sheet applied to this page. |
TemplateControl (Inherited from System.Web.UI.Control) | Gets or sets a reference to the template that contains this control. |
TemplateSourceDirectory (Inherited from System.Web.UI.Control) | Gets the virtual directory of the Page or UserControl that contains the current server control. |
Theme (Inherited from System.Web.UI.Page) | Gets or sets the name of the page theme. |
Title (Inherited from System.Web.UI.Page) | Gets or sets the title for the page. |
Trace (Inherited from System.Web.UI.Page) | Gets the TraceContext object for the current Web request. |
TraceEnabled (Inherited from System.Web.UI.Page) | Sets a value indicating whether tracing is enabled for the Page object. |
TraceModeValue (Inherited from System.Web.UI.Page) | Sets the mode in which trace statements are displayed on the page. |
UICulture (Inherited from System.Web.UI.Page) | Sets the user interface (UI) ID for the Thread object associated with the page. |
UniqueID (Inherited from System.Web.UI.Control) | Gets the unique, hierarchically qualified identifier for the server control. |
User (Inherited from System.Web.UI.Page) | Gets information about the user making the page request. |
Validators (Inherited from System.Web.UI.Page) | Gets a collection of all validation controls contained on the requested page. |
ViewStateEncryptionMode (Inherited from System.Web.UI.Page) | Gets or sets the encryption mode of the view state. |
ViewStateUserKey (Inherited from System.Web.UI.Page) | Assigns an identifier to an individual user in the view-state variable associated with the current page. |
Visible (Inherited from System.Web.UI.Page) | Gets or sets a value indicating whether the Page object is rendered. |
AddOnPreRenderCompleteAsync (Inherited from System.Web.UI.Page) | Overloaded. |
ApplyStyleSheetSkin (Inherited from System.Web.UI.Control) | Applies the style properties defined in the page style sheet to the control. |
DataBind (Inherited from System.Web.UI.Control) | Overloaded. Binds a data source to the invoked server control and all its child controls. |
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. |
Dispose (Inherited from System.Web.UI.Control) | Enables a server control to perform final clean up before it is released from memory. |
ExecuteRegisteredAsyncTasks (Inherited from System.Web.UI.Page) | Starts the execution of an asynchronous task. |
FindControl (Inherited from System.Web.UI.Page) | Overloaded. |
Focus (Inherited from System.Web.UI.Control) | Sets input focus to a control. |
GetDataItem (Inherited from System.Web.UI.Page) | Gets the data item at the top of the data-binding context stack. |
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. |
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. |
GetPostBackEventReference (Inherited from System.Web.UI.Page) | Overloaded. |
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. |
GetValidators (Inherited from System.Web.UI.Page) | Returns a collection of control validators for a specified validation group. |
HasControls (Inherited from System.Web.UI.Control) | Determines if the server control contains any child controls. |
IsClientScriptBlockRegistered (Inherited from System.Web.UI.Page) | Determines whether the client script block with the specified key is registered with the page. |
IsStartupScriptRegistered (Inherited from System.Web.UI.Page) | Determines whether the client startup script is registered with the Page object. |
LoadControl (Inherited from System.Web.UI.TemplateControl) | Overloaded. |
LoadTemplate (Inherited from System.Web.UI.TemplateControl) | Obtains an instance of the ITemplate interface from an external file. |
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. |
ParseControl (Inherited from System.Web.UI.TemplateControl) | Parses an input string into a Control object on the Web Forms page or user control. |
ProcessRequest (Inherited from System.Web.UI.Page) | Sets the intrinsics of the Page, such as the Context, Request, Response, and Application properties. |
ReadStringResource (Inherited from System.Web.UI.TemplateControl) | Reads a string resource. The ReadStringResource method is not intended for use from within your code. |
RegisterArrayDeclaration (Inherited from System.Web.UI.Page) | Declares a value that is declared as an ECMAScript array declaration when the page is rendered. |
RegisterAsyncTask (Inherited from System.Web.UI.Page) | Registers a new asynchronous task with the page. |
RegisterClientScriptBlock (Inherited from System.Web.UI.Page) | Emits client-side script blocks to the response. |
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. |
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. |
RegisterRequiresControlState (Inherited from System.Web.UI.Page) | Registers a control as one whose control state must be persisted. |
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. |
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. |
RegisterRequiresViewStateEncryption (Inherited from System.Web.UI.Page) | Registers a control with the page as one requiring view-state encryption. |
RegisterStartupScript (Inherited from System.Web.UI.Page) | Emits a client-side script block in the page response. |
RegisterViewStateHandler (Inherited from System.Web.UI.Page) | Causes page view state to be persisted, if called. |
RenderControl (Inherited from System.Web.UI.Control) | Overloaded. |
RequiresControlState (Inherited from System.Web.UI.Page) | Determines whether the specified Control object is registered to participate in control state management. |
ResolveClientUrl (Inherited from System.Web.UI.Control) | Gets a URL that can be used by the browser. |
ResolveUrl (Inherited from System.Web.UI.Control) | Converts a URL into one that is usable on the requesting client. |
SetFocus (Inherited from System.Web.UI.Page) | Overloaded. |
SetRenderMethodDelegate (Inherited from System.Web.UI.Control) | Assigns an event handler delegate to render the server control and its content into its parent control. |
TestDeviceFilter (Inherited from System.Web.UI.TemplateControl) | Returns a Boolean value indicating whether a device filter applies to the HTTP request. |
UnregisterRequiresControlState (Inherited from System.Web.UI.Page) | Stops persistence of control state for the specified control. |
Validate (Inherited from System.Web.UI.Page) | Overloaded. Instructs any validation controls included on the page to validate their assigned information. |
VerifyRenderingInServerForm (Inherited from System.Web.UI.Page) | Confirms that an HtmlForm control is rendered for the specified ASP.NET server control at run time. |
AbortTransaction (Inherited from System.Web.UI.TemplateControl) | Occurs when a user ends a transaction. |
CommitTransaction (Inherited from System.Web.UI.TemplateControl) | Occurs when a transaction completes. |
DataBinding (Inherited from System.Web.UI.Control) | Occurs when the server control binds to a data source. |
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. |
Error (Inherited from System.Web.UI.TemplateControl) | Occurs when an unhandled exception is thrown. |
Init (Inherited from System.Web.UI.Control) | Occurs when the server control is initialized, which is the first step in its lifecycle. |
InitComplete (Inherited from System.Web.UI.Page) | Occurs when page initialization is complete. |
Load (Inherited from System.Web.UI.Control) | Occurs when the server control is loaded into the Page object. |
LoadComplete (Inherited from System.Web.UI.Page) | Occurs at the end of the load stage of the page's life cycle. |
PreInit (Inherited from System.Web.UI.Page) | Occurs at the beginning of page initialization. |
PreLoad (Inherited from System.Web.UI.Page) | Occurs before the page Load event. |
PreRender (Inherited from System.Web.UI.Control) | Occurs after the Control object is loaded but prior to rendering. |
PreRenderComplete (Inherited from System.Web.UI.Page) | Occurs before the page content is rendered. |
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. |
Unload (Inherited from System.Web.UI.Control) | Occurs when the server control is unloaded from memory. |
Adapter (Inherited from System.Web.UI.Control) | Gets the browser-specific adapter for the control. |
AspCompatMode (Inherited from System.Web.UI.Page) | Sets a value indicating whether the page can be executed on a single-threaded apartment (STA) thread. |
AsyncMode (Inherited from System.Web.UI.Page) | Sets a value indicating whether the page is processed synchronously or asynchronously. |
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. |
ChildControlsCreated (Inherited from System.Web.UI.Control) | Gets a value that indicates whether the server control's child controls have been created. |
ClientIDSeparator (Inherited from System.Web.UI.Control) | Gets a character value representing the separator character used in the ClientID property. |
Context (Inherited from System.Web.UI.Page) | Gets the HttpContext object associated with the page. |
DesignMode (Inherited from System.Web.UI.Control) | Gets a value indicating whether a control is being used on a design surface. |
DocumentLayout | Gets the DocumentLayout of the DplxWebForm. |
Events (Inherited from System.Web.UI.Control) | Gets a list of event handler delegates for the control. This property is read-only. |
FileDependencies (Inherited from System.Web.UI.Page) | |
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. |
IsChildControlStateCleared (Inherited from System.Web.UI.Control) | Gets a value indicating whether controls contained within this control have control state. |
IsTrackingViewState (Inherited from System.Web.UI.Control) | Gets a value that indicates whether the server control is saving changes to its view state. |
IsViewStateEnabled (Inherited from System.Web.UI.Control) | Gets a value indicating whether view state is enabled for this control. |
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. |
PageStatePersister (Inherited from System.Web.UI.Page) | Gets the PageStatePersister object associated with the page. |
Parameters | Gets the ParameterDictionary of the DplxWebForm. |
SupportAutoEvents (Inherited from System.Web.UI.TemplateControl) | Gets a value indicating whether the TemplateControl control supports automatic events. |
TransactionMode (Inherited from System.Web.UI.Page) | Sets the level of transaction support for the page. |
UniqueFilePathSuffix (Inherited from System.Web.UI.Page) | Gets a unique suffix to append to the file path for caching browsers. |
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. |
ViewStateIgnoresCase (Inherited from System.Web.UI.Control) | Gets a value that indicates whether the StateBag object is case-insensitive. |
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. |
AddedControl (Inherited from System.Web.UI.Control) | Called after a child control is added to the Controls collection of the Control object. |
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. |
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. |
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. |
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. |
AsyncPageBeginProcessRequest (Inherited from System.Web.UI.Page) | Begins processing an asynchronous page request. |
AsyncPageEndProcessRequest (Inherited from System.Web.UI.Page) | Ends processing an asynchronous page request. |
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. |
ClearChildControlState (Inherited from System.Web.UI.Control) | Deletes the control-state information for the server control's child controls. |
ClearChildState (Inherited from System.Web.UI.Control) | Deletes the view-state and control-state information for all the server control's child controls. |
ClearChildViewState (Inherited from System.Web.UI.Control) | Deletes the view-state information for all the server control's child controls. |
Construct (Inherited from System.Web.UI.TemplateControl) | Performs design-time logic. |
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. |
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. |
CreateHtmlTextWriter (Inherited from System.Web.UI.Page) | Creates an HtmlTextWriter object to render the page's content. |
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. |
DataBindChildren (Inherited from System.Web.UI.Control) | Binds a data source to the server control's child controls. |
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. |
DrawPdf | Overloaded. |
DrawPdfToWeb | Overloaded. |
EnsureChildControls (Inherited from System.Web.UI.Control) | Determines whether the server control contains child controls. If it does not, it creates child controls. |
EnsureID (Inherited from System.Web.UI.Control) | Creates an identifier for controls that do not have an identifier assigned. |
Eval (Inherited from System.Web.UI.TemplateControl) | Overloaded. |
FrameworkInitialize (Inherited from System.Web.UI.Page) | Initializes the control tree during page generation based on the declarative nature of the page. |
GetDesignModeState (Inherited from System.Web.UI.Control) | Gets design-time data for a control. |
GetGlobalResourceObject (Inherited from System.Web.UI.TemplateControl) | Overloaded. |
GetLocalResourceObject (Inherited from System.Web.UI.TemplateControl) | Overloaded. |
GetWrappedFileDependencies (Inherited from System.Web.UI.Page) | |
HasEvents (Inherited from System.Web.UI.Control) | Returns a value indicating whether events are registered for the control or any child controls. |
InitializeCulture (Inherited from System.Web.UI.Page) | Sets the Culture and UICulture for the current thread of the page. |
InitOutputCache (Inherited from System.Web.UI.Page) | Overloaded. |
IsLiteralContent (Inherited from System.Web.UI.Control) | Determines if the server control holds only literal content. |
LoadControlState (Inherited from System.Web.UI.Control) | Restores control-state information from a previous page request that was saved by the SaveControlState method. |
LoadPageStateFromPersistenceMedium (Inherited from System.Web.UI.Page) | Loads any saved view-state information to the Page object. |
LoadViewState (Inherited from System.Web.UI.Control) | Restores view-state information from a previous page request that was saved by the SaveViewState method. |
MapPathSecure (Inherited from System.Web.UI.Control) | Retrieves the physical path that a virtual path, either absolute or relative, maps to. |
OnAbortTransaction (Inherited from System.Web.UI.TemplateControl) | Raises the AbortTransaction event. |
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. |
OnCommitTransaction (Inherited from System.Web.UI.TemplateControl) | Raises the CommitTransaction event. |
OnDataBinding (Inherited from System.Web.UI.Control) | Raises the DataBinding event. |
OnError (Inherited from System.Web.UI.TemplateControl) | Raises the Error event. |
OnInit (Inherited from System.Web.UI.Page) | Raises the Init event to initialize the page. |
OnInitComplete (Inherited from System.Web.UI.Page) | Raises the InitComplete event after page initialization. |
OnLoad (Inherited from System.Web.UI.Control) | Raises the Load event. |
OnLoadComplete (Inherited from System.Web.UI.Page) | Raises the LoadComplete event at the end of the page load stage. |
OnPreInit (Inherited from System.Web.UI.Page) | Raises the PreInit event at the beginning of page initialization. |
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. |
OnPreRender (Inherited from System.Web.UI.Control) | Raises the PreRender event. |
OnPreRenderComplete (Inherited from System.Web.UI.Page) | Raises the PreRenderComplete event after the OnPreRenderComplete event and before the page is rendered. |
OnSaveStateComplete (Inherited from System.Web.UI.Page) | Raises the SaveStateComplete event after the page state has been saved to the persistence medium. |
OnUnload (Inherited from System.Web.UI.Control) | Raises the Unload event. |
OpenFile (Inherited from System.Web.UI.Control) | Gets a Stream used to read a file. |
RaiseBubbleEvent (Inherited from System.Web.UI.Control) | Assigns any sources of the event and its information to the control's parent. |
RaisePostBackEvent (Inherited from System.Web.UI.Page) | Notifies the server control that caused the postback that it should handle an incoming postback event. |
RemovedControl (Inherited from System.Web.UI.Control) | Called after a control is removed from the Controls collection of another control. |
Render (Inherited from System.Web.UI.Page) | Initializes the HtmlTextWriter object and calls on the child controls of the Page to render. |
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. |
ResolveAdapter (Inherited from System.Web.UI.Control) | Gets the control adapter responsible for rendering the specified control. |
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. |
SavePageStateToPersistenceMedium (Inherited from System.Web.UI.Page) | Saves any view-state and control-state information for the page. |
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. |
SetDesignModeState (Inherited from System.Web.UI.Control) | Sets design-time data for a control. |
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. |
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. |
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. |
XPath (Inherited from System.Web.UI.TemplateControl) | Overloaded. |
XPathSelect (Inherited from System.Web.UI.TemplateControl) | Overloaded. |
DplxWebForm Class | ceTe.DynamicPDF.ReportWriter Namespace
© Copyright 2007, ceTe Software