AspNetWrapperBase
Wisej.Web.Ext.AspNetControl.AspNetWrapperBase
Last updated
Was this helpful?
Wisej.Web.Ext.AspNetControl.AspNetWrapperBase
Last updated
Was this helpful?
Namespace: Wisej.Web.Ext.AspNetControl
Assembly: Wisej.Web.Ext.AspNetControl (3.2.0.0)
Base non-generic class for .
Initializes a new instance of .
: Returns whether the current request is an asynchronous postback.
Causes the control to update the corresponding client side widget. When in design mode, causes the rendered control to update its entire surface in the designer.
The AspNetWrapperBase is the base class of all wrapped ASP.NET controls.
: Returns whether the current request is a callback.
: Returns whether the current request is a postback.
: Returns the instance of the internal page used to wrap the ASP.NET control. It is valid only during the processing of the Init or the Load events.
: Returns the instance of the in the AspNetHost.asp page used to wrap AspNet controls.
: Determines whether Wisej saves the VIEWSTATE in memory. The default is true.
: VIEWSTATE saved using Wisej sessions.
: Returns the instance of the wrapped ASP.NET control. It is valid only during the processing of the Init or the Load events.
Corresponds to the Page.AbortTransaction event.
Corresponds to the Page.CommitTransaction event.
Corresponds to the Page.DataBinding event.
Corresponds to the Page.Error event.
Corresponds to the Page.Init event in the ASP.NET page life cycle.
Corresponds to the Page.InitComplete event in the ASP.NET page life cycle.
Corresponds to the Page.Load event in the ASP.NET page life cycle.
Corresponds to the Page.LoadComplete event in the ASP.NET page life cycle.
Corresponds to the Page.PreInit event in the ASP.NET page life cycle.
Corresponds to the Page.PreLoad event in the ASP.NET page life cycle.
Corresponds to the Page.PreRender event in the ASP.NET page life cycle.
Corresponds to the Page.PreRenderComplete event in the ASP.NET page life cycle.
Corresponds to the Page.SaveStateComplete event.
Corresponds to the Page.Unload event in the ASP.NET page life cycle.