AspNetWrapperBase
Namespace: Wisej.Web.Ext.AspNetControl
Assembly: Wisej.Web.Ext.AspNetControl
Base non-generic class for AspNetWrapperBase.
- C#
- VB.NET
public class AspNetWrapperBase : IFramePanel
Public Class AspNetWrapperBase
Inherits IFramePanel
Constructors
AspNetWrapperBase()
Initializes a new instance of AspNetWrapper.
Properties
IsAsync
Boolean: Returns whether the current request is an asynchronous postback.
IsCallback
Boolean: Returns whether the current request is a callback.
IsPostBack
Boolean: Returns whether the current request is a postback.
Page
Page: 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.
ScriptManager
ScriptManager: Returns the instance of the ScriptManager in the AspNetHost.asp page used to wrap AspNet controls.
UseSessionViewState
Boolean: Determines whether Wisej saves the VIEWSTATE in memory. The default is true.
ViewState
Object: VIEWSTATE saved using Wisej sessions.
WrappedControl
WebControl: Returns the instance of the wrapped ASP.NET control. It is valid only during the processing of the Init or the Load events.
Methods
Update()
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.
Events
AbortTransaction
EventHandler Corresponds to the Page.AbortTransaction event.
CommitTransaction
EventHandler Corresponds to the Page.CommitTransaction event.
DataBinding
EventHandler Corresponds to the Page.DataBinding event.
Error
EventHandler Corresponds to the Page.Error event.
Init
EventHandler Corresponds to the Page.Init event in the ASP.NET page life cycle.
InitComplete
EventHandler Corresponds to the Page.InitComplete event in the ASP.NET page life cycle.
Load
EventHandler Corresponds to the Page.Load event in the ASP.NET page life cycle.
LoadComplete
EventHandler Corresponds to the Page.LoadComplete event in the ASP.NET page life cycle.
PreInit
EventHandler Corresponds to the Page.PreInit event in the ASP.NET page life cycle.
PreLoad
EventHandler Corresponds to the Page.PreLoad event in the ASP.NET page life cycle.
PreRender
EventHandler Corresponds to the Page.PreRender event in the ASP.NET page life cycle.
PreRenderComplete
EventHandler Corresponds to the Page.PreRenderComplete event in the ASP.NET page life cycle.
SaveStateComplete
EventHandler Corresponds to the Page.SaveStateComplete event.
Unload
EventHandler Corresponds to the Page.Unload event in the ASP.NET page life cycle.
Inherited By
| Name | Description |
|---|---|
| AspNetWrapper<T> | The AspNetWrapperBase is the base class of all wrapped ASP.NET controls. |