Skip to main content

AspNetWrapperBase

Namespace: Wisej.Web.Ext.AspNetControl

Assembly: Wisej.Web.Ext.AspNetControl

Base non-generic class for AspNetWrapperBase.

public class AspNetWrapperBase : IFramePanel

Constructors

Instance memberAspNetWrapperBase()

Initializes a new instance of AspNetWrapper.

Properties

Instance memberIsAsync

Boolean: Returns whether the current request is an asynchronous postback.

Instance memberIsCallback

Boolean: Returns whether the current request is a callback.

Instance memberIsPostBack

Boolean: Returns whether the current request is a postback.

Instance memberPage

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.

Instance memberScriptManager

ScriptManager: Returns the instance of the ScriptManager in the AspNetHost.asp page used to wrap AspNet controls.

Instance memberUseSessionViewState

Boolean: Determines whether Wisej saves the VIEWSTATE in memory. The default is true.

Instance memberViewState

Object: VIEWSTATE saved using Wisej sessions.

Instance memberWrappedControl

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

Instance memberUpdate()

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

Instance memberAbortTransaction

EventHandler Corresponds to the Page.AbortTransaction event.

Instance memberCommitTransaction

EventHandler Corresponds to the Page.CommitTransaction event.

Instance memberDataBinding

EventHandler Corresponds to the Page.DataBinding event.

Instance memberError

EventHandler Corresponds to the Page.Error event.

Instance memberInit

EventHandler Corresponds to the Page.Init event in the ASP.NET page life cycle.

Instance memberInitComplete

EventHandler Corresponds to the Page.InitComplete event in the ASP.NET page life cycle.

Instance memberLoad

EventHandler Corresponds to the Page.Load event in the ASP.NET page life cycle.

Instance memberLoadComplete

EventHandler Corresponds to the Page.LoadComplete event in the ASP.NET page life cycle.

Instance memberPreInit

EventHandler Corresponds to the Page.PreInit event in the ASP.NET page life cycle.

Instance memberPreLoad

EventHandler Corresponds to the Page.PreLoad event in the ASP.NET page life cycle.

Instance memberPreRender

EventHandler Corresponds to the Page.PreRender event in the ASP.NET page life cycle.

Instance memberPreRenderComplete

EventHandler Corresponds to the Page.PreRenderComplete event in the ASP.NET page life cycle.

Instance memberSaveStateComplete

EventHandler Corresponds to the Page.SaveStateComplete event.

Instance memberUnload

EventHandler Corresponds to the Page.Unload event in the ASP.NET page life cycle.

Inherited By

NameDescription
AspNetWrapper<T>The AspNetWrapperBase is the base class of all wrapped ASP.NET controls.