Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / _FpSpreadPage_Default Class
Properties Methods Events


In This Topic
    _FpSpreadPage_Default Class Members
    In This Topic

    The following tables list the members exposed by _FpSpreadPage_Default.

    Public Constructors
    Public Properties
     NameDescription
    Public PropertyGets the System.Web.HttpApplicationState object for the current Web request. (Inherited from System.Web.UI.Page)
    Public PropertyGets or sets the application-relative virtual directory of the System.Web.UI.Page or System.Web.UI.UserControl object that contains this control. (Inherited from System.Web.UI.Control)
    Public PropertyGets or sets the application-relative, virtual directory path to the file from which the control is parsed and compiled. (Inherited from System.Web.UI.TemplateControl)
    Public PropertyGets or sets a value indicating the time-out interval used when processing asynchronous tasks. (Inherited from System.Web.UI.Page)
    Public PropertyGets or sets the control in the page that is used to perform postbacks. (Inherited from System.Web.UI.Page)
    Public PropertyGets the control that contains this control's data binding. (Inherited from System.Web.UI.Control)
    Public PropertySets a value indicating whether the page output is buffered. (Inherited from System.Web.UI.Page)
    Public PropertyGets the System.Web.Caching.Cache object associated with the application in which the page resides. (Inherited from System.Web.UI.Page)
    Public PropertyGets the control ID for HTML markup that is generated by ASP.NET. (Inherited from System.Web.UI.Control)
    Public PropertyGets or sets the algorithm that is used to generate the value of the System.Web.UI.Control.ClientID property. (Inherited from System.Web.UI.Control)
    Public PropertyGets the query string portion of the requested URL. (Inherited from System.Web.UI.Page)
    Public PropertyGets a System.Web.UI.ClientScriptManager object used to manage, register, and add script to the page. (Inherited from System.Web.UI.Page)
    Public PropertyGets 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. (Inherited from System.Web.UI.Page)
    Public PropertySets the code page identifier for the current System.Web.UI.Page. (Inherited from System.Web.UI.Page)
    Public PropertySets the HTTP MIME type for the System.Web.HttpResponse object associated with the page. (Inherited from System.Web.UI.Page)
    Public PropertyGets a System.Web.UI.ControlCollection object that represents the child controls for a specified server control in the UI hierarchy. (Inherited from System.Web.UI.Control)
    Public PropertySets the culture ID for the System.Threading.Thread object associated with the page. (Inherited from System.Web.UI.Page)
    Public PropertyGets a reference to the naming container if the naming container implements System.Web.UI.IDataItemContainer. (Inherited from System.Web.UI.Control)
    Public PropertyGets a reference to the naming container if the naming container implements System.Web.UI.IDataKeysControl. (Inherited from System.Web.UI.Control)
    Public PropertyGets or sets a value indicating whether the page validates postback and callback events. (Inherited from System.Web.UI.Page)
    Public PropertyGets or sets a Boolean value indicating whether themes apply to the control that is derived from the System.Web.UI.TemplateControl class. (Inherited from System.Web.UI.TemplateControl)
    Public PropertyGets 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. (Inherited from System.Web.UI.Page)
    Public PropertyGets or sets a value indicating whether ASP.NET should check message authentication codes (MAC) in the page's view state when the page is posted back from the client. (Inherited from System.Web.UI.Page)
    Public PropertyGets or sets the error page to which the requesting browser is redirected in the event of an unhandled page exception. (Inherited from System.Web.UI.Page)
    Public PropertyGets the HTML form for the page. (Inherited from System.Web.UI.Page)
    Public PropertyGets the document header for the page if the head element is defined with a runat=server in the page declaration. (Inherited from System.Web.UI.Page)
    Public PropertyGets or sets an identifier for a particular instance of the System.Web.UI.Page class. (Inherited from System.Web.UI.Page)
    Public PropertyGets the character used to separate control identifiers when building a unique ID for a control on a page. (Inherited from System.Web.UI.Page)
    Public PropertyGets a value indicating whether the page is processed asynchronously. (Inherited from System.Web.UI.Page)
    Public PropertyGets a value that indicates whether the page request is the result of a callback. (Inherited from System.Web.UI.Page)
    Public PropertyGets a value indicating whether the page is involved in a cross-page postback. (Inherited from System.Web.UI.Page)
    Public PropertyGets a value that indicates whether the page is being rendered for the first time or is being loaded in response to a postback. (Inherited from System.Web.UI.Page)
    Public PropertyGets a value that indicates whether the control in the page that performs postbacks has been registered. (Inherited from System.Web.UI.Page)
    Public PropertyGets a value indicating whether the System.Web.UI.Page object can be reused. (Inherited from System.Web.UI.Page)
    Public PropertyGets a value indicating whether page validation succeeded. (Inherited from System.Web.UI.Page)
    Public PropertyGets a list of objects stored in the page context. (Inherited from System.Web.UI.Page)
    Public PropertySets the locale identifier for the System.Threading.Thread object associated with the page. (Inherited from System.Web.UI.Page)
    Public PropertyGets or sets a value indicating whether to return the user to the same position in the client browser after postback. This property replaces the obsolete System.Web.UI.Page.SmartNavigation property. (Inherited from System.Web.UI.Page)
    Public PropertyGets the master page that determines the overall look of the page. (Inherited from System.Web.UI.Page)
    Public PropertyGets or sets the virtual path of the master page. (Inherited from System.Web.UI.Page)
    Public PropertyGets or sets the maximum length for the page's state field. (Inherited from System.Web.UI.Page)
    Public PropertyGets or sets the content of the "description" meta element. (Inherited from System.Web.UI.Page)
    Public PropertyGets or sets the content of the "keywords" meta element. (Inherited from System.Web.UI.Page)
    Public PropertyGets the model binding execution context. (Inherited from System.Web.UI.Page)
    Public PropertyGets the model state dictionary object that contains the state of the model and of model-binding validation. (Inherited from System.Web.UI.Page)
    Public PropertyGets a reference to the server control's naming container, which creates a unique namespace for differentiating between server controls with the same System.Web.UI.Control.ID property value. (Inherited from System.Web.UI.Control)
    Public PropertyGets a reference to the System.Web.UI.Page instance that contains the server control. (Inherited from System.Web.UI.Control)
    Public PropertyGets the adapter that renders the page for the specific requesting browser. (Inherited from System.Web.UI.Page)
    Public PropertyGets a reference to the server control's parent control in the page control hierarchy. (Inherited from System.Web.UI.Control)
    Public PropertyGets the page that transferred control to the current page. (Inherited from System.Web.UI.Page)
    Public PropertyGets a value that specifies the ASP.NET version that rendered HTML will be compatible with. (Inherited from System.Web.UI.Control)
    Public PropertyGets the System.Web.HttpRequest object for the requested page. (Inherited from System.Web.UI.Page)
    Public PropertyGets the System.Web.HttpResponse object associated with the System.Web.UI.Page object. This object allows you to send HTTP response data to a client and contains information about that response. (Inherited from System.Web.UI.Page)
    Public PropertySets the encoding language for the current System.Web.HttpResponse object. (Inherited from System.Web.UI.Page)
    Public PropertyGets the System.Web.Routing.RequestContext.RouteData value of the current System.Web.Routing.RequestContext instance. (Inherited from System.Web.UI.Page)
    Public PropertyGets the Server object, which is an instance of the System.Web.HttpServerUtility class. (Inherited from System.Web.UI.Page)
    Public PropertyGets the current Session object provided by ASP.NET. (Inherited from System.Web.UI.Page)
    Public PropertyGets information about the container that hosts the current control when rendered on a design surface. (Inherited from System.Web.UI.Control)
    Public PropertyGets or sets the skin to apply to the control. (Inherited from System.Web.UI.Control)
    Public PropertyGets or sets a value that indicates whether the query string value is validated. (Inherited from System.Web.UI.Page)
    Public PropertyGets or sets a value indicating whether smart navigation is enabled. This property is deprecated. (Inherited from System.Web.UI.Page)
    Public PropertyGets or sets the name of the theme that is applied to the page early in the page life cycle. (Inherited from System.Web.UI.Page)
    Public PropertyGets or sets a reference to the template that contains this control. (Inherited from System.Web.UI.Control)
    Public PropertyGets the virtual directory of the System.Web.UI.Page or System.Web.UI.UserControl that contains the current server control. (Inherited from System.Web.UI.Control)
    Public PropertyGets or sets the name of the page theme. (Inherited from System.Web.UI.Page)
    Public PropertyGets or sets the title for the page. (Inherited from System.Web.UI.Page)
    Public PropertyGets the System.Web.TraceContext object for the current Web request. (Inherited from System.Web.UI.Page)
    Public PropertySets a value indicating whether tracing is enabled for the System.Web.UI.Page object. (Inherited from System.Web.UI.Page)
    Public PropertySets the mode in which trace statements are displayed on the page. (Inherited from System.Web.UI.Page)
    Public PropertySets the user interface (UI) ID for the System.Threading.Thread object associated with the page. (Inherited from System.Web.UI.Page)
    Public PropertyGets the unique, hierarchically qualified identifier for the server control. (Inherited from System.Web.UI.Control)
    Public PropertyGets or sets a value that indicates whether unobtrusive JavaScript is used for client-side validation. (Inherited from System.Web.UI.Page)
    Public PropertyGets information about the user making the page request. (Inherited from System.Web.UI.Page)
    Public PropertyGets or sets a value that indicates whether the page checks client input from the browser for potentially dangerous values. (Inherited from System.Web.UI.Page)
    Public PropertyGets a collection of all validation controls contained on the requested page. (Inherited from System.Web.UI.Page)
    Public PropertyGets or sets the encryption mode of the view state. (Inherited from System.Web.UI.Page)
    Public PropertyGets or sets the view-state mode of this control. (Inherited from System.Web.UI.Control)
    Public PropertyAssigns an identifier to an individual user in the view-state variable associated with the current page. (Inherited from System.Web.UI.Page)
    Public PropertyGets or sets a value indicating whether the System.Web.UI.Page object is rendered. (Inherited from System.Web.UI.Page)
    Top
    Protected Properties
     NameDescription
    Protected PropertyGets the browser-specific adapter for the control. (Inherited from System.Web.UI.Control)
    Protected PropertySets a value indicating whether the page can be executed on a single-threaded apartment (STA) thread. (Inherited from System.Web.UI.Page)
    Protected PropertySets a value indicating whether the page is processed synchronously or asynchronously. (Inherited from System.Web.UI.Page)
    Protected PropertyThe System.Web.UI.TemplateControl.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. (Inherited from System.Web.UI.TemplateControl)
    Protected PropertyGets a value that indicates whether the server control's child controls have been created. (Inherited from System.Web.UI.Control)
    Protected PropertyGets a character value representing the separator character used in the System.Web.UI.Control.ClientID property. (Inherited from System.Web.UI.Control)
    Protected PropertyGets a list of event handler delegates for the control. This property is read-only. (Inherited from System.Web.UI.Control)
    Protected PropertySets an array of files that the current System.Web.HttpResponse object is dependent upon. (Inherited from System.Web.UI.Page)
    Protected PropertyGets a value indicating whether the current server control's child controls have any saved view-state settings. (Inherited from System.Web.UI.Control)
    Protected PropertyGets a value that indicates whether the server control is saving changes to its view state. (Inherited from System.Web.UI.Control)
    Protected PropertyGets a value indicating whether the control participates in loading its view state by System.Web.UI.Control.ID instead of index. (Inherited from System.Web.UI.Control)
    Protected PropertyGets the System.Web.UI.PageStatePersister object associated with the page. (Inherited from System.Web.UI.Page)
    Protected PropertyGets a value indicating whether the System.Web.UI.TemplateControl control supports automatic events. (Inherited from System.Web.UI.TemplateControl)
    Protected PropertySets the level of transaction support for the page. (Inherited from System.Web.UI.Page)
    Protected PropertyGets 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. (Inherited from System.Web.UI.Control)
    Protected PropertyGets a value that indicates whether the System.Web.UI.StateBag object is case-insensitive. (Inherited from System.Web.UI.Control)
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Registers beginning and ending event handler delegates that do not require state information for an asynchronous page. (Inherited from System.Web.UI.Page)
    Public MethodApplies the style properties defined in the page style sheet to the control. (Inherited from System.Web.UI.Control)
    Public MethodOverloaded. Binds a data source to the invoked server control and all its child controls. (Inherited from System.Web.UI.Control)
    Public MethodPerforms 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. (Inherited from System.Web.UI.Page)
    Public MethodEnables a server control to perform final clean up before it is released from memory. (Inherited from System.Web.UI.Control)
    Public MethodStarts the execution of an asynchronous task. (Inherited from System.Web.UI.Page)
    Public MethodOverloaded. Searches the page naming container for a server control with the specified identifier. (Inherited from System.Web.UI.Page)
    Public MethodSets input focus to a control. (Inherited from System.Web.UI.Control)
    Public MethodGets the data item at the top of the data-binding context stack. (Inherited from System.Web.UI.Page)
    Public MethodGets 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. (Inherited from System.Web.UI.Page)
    Public MethodGets a reference, with [LangWord]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. (Inherited from System.Web.UI.Page)
    Public MethodOverloaded. 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. (Inherited from System.Web.UI.Page)
    Public MethodOverloaded. Gets the URL that corresponds to a set of route parameters. (Inherited from System.Web.UI.Control)
    Public MethodRetrieves 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. (Inherited from System.Web.UI.Page)
    Public MethodReturns the prefixed portion of the System.Web.UI.Control.UniqueID property of the specified control. (Inherited from System.Web.UI.Control)
    Public MethodReturns a collection of control validators for a specified validation group. (Inherited from System.Web.UI.Page)
    Public MethodDetermines if the server control contains any child controls. (Inherited from System.Web.UI.Control)
    Public MethodDetermines whether the client script block with the specified key is registered with the page. (Inherited from System.Web.UI.Page)
    Public MethodDetermines whether the client startup script is registered with the System.Web.UI.Page object. (Inherited from System.Web.UI.Page)
    Public MethodOverloaded. Loads a System.Web.UI.Control object from a file based on a specified virtual path. (Inherited from System.Web.UI.TemplateControl)
    Public Method (Inherited from System.Web.UI.TemplateControl)
    Public MethodRetrieves the physical path that a virtual path, either absolute or relative, or an application-relative path maps to. (Inherited from System.Web.UI.Page)
    Public MethodOverloaded. Parses an input string into a System.Web.UI.Control object on the Web Forms page or user control. (Inherited from System.Web.UI.TemplateControl)
    Public Method (Inherited from System.Web.UI.Page)
    Public MethodReads a string resource. The System.Web.UI.TemplateControl.ReadStringResource method is not intended for use from within your code. (Inherited from System.Web.UI.TemplateControl)
    Public MethodDeclares a value that is declared as an ECMAScript array declaration when the page is rendered. (Inherited from System.Web.UI.Page)
    Public MethodRegisters a new asynchronous task with the page. (Inherited from System.Web.UI.Page)
    Public MethodEmits client-side script blocks to the response. (Inherited from System.Web.UI.Page)
    Public MethodAllows 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. (Inherited from System.Web.UI.Page)
    Public MethodAllows a page to access the client OnSubmit event. The script should be a function call to client code registered elsewhere. (Inherited from System.Web.UI.Page)
    Public MethodRegisters a control as one whose control state must be persisted. (Inherited from System.Web.UI.Page)
    Public MethodRegisters a control as one that requires postback handling when the page is posted back to the server. (Inherited from System.Web.UI.Page)
    Public MethodRegisters 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. (Inherited from System.Web.UI.Page)
    Public MethodRegisters a control with the page as one requiring view-state encryption. (Inherited from System.Web.UI.Page)
    Public MethodEmits a client-side script block in the page response. (Inherited from System.Web.UI.Page)
    Public MethodCauses page view state to be persisted, if called. (Inherited from System.Web.UI.Page)
    Public MethodOverloaded. Outputs server control content to a provided System.Web.UI.HtmlTextWriter object and stores tracing information about the control if tracing is enabled. (Inherited from System.Web.UI.Control)
    Public MethodDetermines whether the specified System.Web.UI.Control object is registered to participate in control state management. (Inherited from System.Web.UI.Page)
    Public MethodGets a URL that can be used by the browser. (Inherited from System.Web.UI.Control)
    Public MethodConverts a URL into one that is usable on the requesting client. (Inherited from System.Web.UI.Control)
    Public MethodOverloaded. Sets the browser focus to the specified control. (Inherited from System.Web.UI.Page)
    Public MethodAssigns an event handler delegate to render the server control and its content into its parent control. (Inherited from System.Web.UI.Control)
    Public MethodOverloaded. Sets trace data for design-time tracing of rendering data, using the trace data key and the trace data value. (Inherited from System.Web.UI.Control)
    Public MethodReturns a Boolean value indicating whether a device filter applies to the HTTP request. (Inherited from System.Web.UI.TemplateControl)
    Public MethodOverloaded. Updates the specified model instance using values from the data-bound control. (Inherited from System.Web.UI.Page)
    Public MethodStops persistence of control state for the specified control. (Inherited from System.Web.UI.Page)
    Public MethodOverloaded. Updates the specified model instance using values from the data-bound control. (Inherited from System.Web.UI.Page)
    Public MethodOverloaded. Instructs any validation controls included on the page to validate their assigned information. (Inherited from System.Web.UI.Page)
    Public MethodConfirms that an System.Web.UI.HtmlControls.HtmlForm control is rendered for the specified ASP.NET server control at run time. (Inherited from System.Web.UI.Page)
    Top
    Protected Methods
     NameDescription
    Protected MethodNotifies the server control that an element, either XML or HTML, was parsed, and adds the element to the server control's System.Web.UI.ControlCollection object. (Inherited from System.Web.UI.Control)
    Protected MethodInitiates a request for Active Server Page (ASP) resources. This method is provided for compatibility with legacy ASP applications. (Inherited from System.Web.UI.Page)
    Protected MethodTerminates a request for Active Server Page (ASP) resources. This method is provided for compatibility with legacy ASP applications. (Inherited from System.Web.UI.Page)
    Protected MethodBegins processing an asynchronous page request. (Inherited from System.Web.UI.Page)
    Protected MethodEnds processing an asynchronous page request. (Inherited from System.Web.UI.Page)
    Protected MethodBegins design-time tracing of rendering data. (Inherited from System.Web.UI.Control)
    Protected MethodGathers information about the server control and delivers it to the System.Web.UI.Page.Trace property to be displayed when tracing is enabled for the page. (Inherited from System.Web.UI.Control)
    Protected MethodSets the cached System.Web.UI.Control.ClientID value to a null reference (Nothing in Visual Basic). (Inherited from System.Web.UI.Control)
    Protected MethodDeletes the control-state information for the server control's child controls. (Inherited from System.Web.UI.Control)
    Protected MethodDeletes the view-state and control-state information for all the server control's child controls. (Inherited from System.Web.UI.Control)
    Protected MethodDeletes the view-state information for all the server control's child controls. (Inherited from System.Web.UI.Control)
    Protected MethodSets the System.Web.UI.Control.ClientIDMode property of the current control instance and of any child controls to System.Web.UI.ClientIDMode.Inherit. (Inherited from System.Web.UI.Control)
    Protected MethodPerforms design-time logic. (Inherited from System.Web.UI.TemplateControl)
    Protected MethodCreates a new System.Web.UI.ControlCollection object to hold the child controls (both literal and server) of the server control. (Inherited from System.Web.UI.Control)
    Protected MethodAccesses literal strings stored in a resource. The System.Web.UI.TemplateControl.CreateResourceBasedLiteralControl(System.Int32,System.Int32,System.Boolean) method is not intended for use from within your code. (Inherited from System.Web.UI.TemplateControl)
    Protected MethodBinds a data source to the server control's child controls. (Inherited from System.Web.UI.Control)
    Protected MethodEnds design-time tracing of rendering data. (Inherited from System.Web.UI.Control)
    Protected MethodDetermines whether the server control contains child controls. If it does not, it creates child controls. (Inherited from System.Web.UI.Control)
    Protected MethodCreates an identifier for controls that do not have an identifier assigned. (Inherited from System.Web.UI.Control)
    Protected MethodInitializes the control tree during page generation based on the declarative nature of the page. (Inherited from System.Web.UI.Page)
    Protected MethodGets design-time data for a control. (Inherited from System.Web.UI.Control)
    Protected MethodOverloaded. Gets an application-level resource object based on the specified System.Web.Compilation.ResourceExpressionFields.ClassKey and System.Web.Compilation.ResourceExpressionFields.ResourceKey properties. (Inherited from System.Web.UI.TemplateControl)
    Protected MethodOverloaded. Gets a page-level resource object based on the specified System.Web.Compilation.ResourceExpressionFields.ResourceKey property. (Inherited from System.Web.UI.TemplateControl)
    Protected MethodReturns a list of physical file names that correspond to a list of virtual file locations. (Inherited from System.Web.UI.Page)
    Protected MethodReturns a value indicating whether events are registered for the control or any child controls. (Inherited from System.Web.UI.Control)
    Protected MethodSets the System.Web.UI.Page.Culture and System.Web.UI.Page.UICulture for the current thread of the page. (Inherited from System.Web.UI.Page)
    Protected MethodDetermines if the server control holds only literal content. (Inherited from System.Web.UI.Control)
    Protected MethodRestores view-state information from a previous page request that was saved by the System.Web.UI.Control.SaveViewState method. (Inherited from System.Web.UI.Control)
    Protected MethodRaises the System.Web.UI.TemplateControl.AbortTransaction event. (Inherited from System.Web.UI.TemplateControl)
    Protected MethodDetermines whether the event for the server control is passed up the page's UI server control hierarchy. (Inherited from System.Web.UI.Control)
    Protected MethodRaises the System.Web.UI.TemplateControl.CommitTransaction event. (Inherited from System.Web.UI.TemplateControl)
    Protected MethodRaises the System.Web.UI.Control.DataBinding event. (Inherited from System.Web.UI.Control)
    Protected MethodRaises the System.Web.UI.TemplateControl.Error event. (Inherited from System.Web.UI.TemplateControl)
    Protected MethodOverridden. Raises the System.Web.UI.Control.Init event to initialize the page.  
    Protected MethodRaises the System.Web.UI.Page.InitComplete event after page initialization. (Inherited from System.Web.UI.Page)
    Protected MethodOverridden. Raises the System.Web.UI.Control.Load event.  
    Protected MethodRaises the System.Web.UI.Page.LoadComplete event at the end of the page load stage. (Inherited from System.Web.UI.Page)
    Protected MethodRaises the System.Web.UI.Page.PreInit event at the beginning of page initialization. (Inherited from System.Web.UI.Page)
    Protected MethodRaises the System.Web.UI.Page.PreLoad event after postback data is loaded into the page server controls but before the System.Web.UI.Control.OnLoad(System.EventArgs) event. (Inherited from System.Web.UI.Page)
    Protected MethodRaises the System.Web.UI.Page.PreRenderComplete event after the System.Web.UI.Page.OnPreRenderComplete(System.EventArgs) event and before the page is rendered. (Inherited from System.Web.UI.Page)
    Protected MethodRaises the System.Web.UI.Page.SaveStateComplete event after the page state has been saved to the persistence medium. (Inherited from System.Web.UI.Page)
    Protected MethodAssigns any sources of the event and its information to the control's parent. (Inherited from System.Web.UI.Control)
    Protected Method (Inherited from System.Web.UI.Page)
    Protected MethodGets the control adapter responsible for rendering the specified control. (Inherited from System.Web.UI.Control)
    Protected MethodSaves any server control view-state changes that have occurred since the time the page was posted back to the server. (Inherited from System.Web.UI.Control)
    Protected MethodSets design-time data for a control. (Inherited from System.Web.UI.Control)
    Protected MethodSets a pointer to a string resource. The System.Web.UI.TemplateControl.SetStringResourcePointer(System.Object,System.Int32) method is used by generated classes and is not intended for use from within your code. (Inherited from System.Web.UI.TemplateControl)
    Protected MethodCauses tracking of view-state changes to the server control so they can be stored in the server control's System.Web.UI.StateBag object. This object is accessible through the System.Web.UI.Control.ViewState property. (Inherited from System.Web.UI.Control)
    Protected MethodWrites a resource string to an System.Web.UI.HtmlTextWriter control. The System.Web.UI.TemplateControl.WriteUTF8ResourceString(System.Web.UI.HtmlTextWriter,System.Int32,System.Int32,System.Boolean) method is used by generated classes and is not intended for use from within your code. (Inherited from System.Web.UI.TemplateControl)
    Top
    Public Events
     NameDescription
    Public EventOccurs when a user ends a transaction. (Inherited from System.Web.UI.TemplateControl)
    Public EventOccurs when a transaction completes. (Inherited from System.Web.UI.TemplateControl)
    Public EventOccurs when the server control binds to a data source. (Inherited from System.Web.UI.Control)
    Public EventOccurs 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. (Inherited from System.Web.UI.Control)
    Public EventOccurs when an unhandled exception is thrown. (Inherited from System.Web.UI.TemplateControl)
    Public EventOccurs when the server control is initialized, which is the first step in its lifecycle. (Inherited from System.Web.UI.Control)
    Public EventOccurs when page initialization is complete. (Inherited from System.Web.UI.Page)
    Public EventOccurs when the server control is loaded into the System.Web.UI.Page object. (Inherited from System.Web.UI.Control)
    Public EventOccurs at the end of the load stage of the page's life cycle. (Inherited from System.Web.UI.Page)
    Public EventOccurs before page initialization. (Inherited from System.Web.UI.Page)
    Public EventOccurs before the page System.Web.UI.Control.Load event. (Inherited from System.Web.UI.Page)
    Public EventOccurs after the System.Web.UI.Control object is loaded but prior to rendering. (Inherited from System.Web.UI.Control)
    Public EventOccurs before the page content is rendered. (Inherited from System.Web.UI.Page)
    Public EventOccurs after the page has completed saving all view state and control state information for the page and controls on the page. (Inherited from System.Web.UI.Page)
    Public EventOccurs when the server control is unloaded from memory. (Inherited from System.Web.UI.Control)
    Top
    See Also