AspNetWrapperBase

Wisej.Web.Ext.AspNetControl.AspNetWrapperBase

Namespace: Wisej.Web.Ext.AspNetControl

Assembly: Wisej.Web.Ext.AspNetControl (3.2.0.0)

Base non-generic class for AspNetWrapperBase.

public class AspNetWrapperBase : IFramePanel

Constructors

AspNetWrapperBase()

Initializes a new instance of AspNetWrapperarrow-up-right.

Properties

IsAsync

Booleanarrow-up-right: Returns whether the current request is an asynchronous postback.

IsCallback

Booleanarrow-up-right: Returns whether the current request is a callback.

IsPostBack

Booleanarrow-up-right: Returns whether the current request is a postback.

Page

Pagearrow-up-right: 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

ScriptManagerarrow-up-right: Returns the instance of the ScriptManagerarrow-up-right in the AspNetHost.asp page used to wrap AspNet controls.

UseSessionViewState

Booleanarrow-up-right: Determines whether Wisej saves the VIEWSTATE in memory. The default is true.

ViewState

Objectarrow-up-right: VIEWSTATE saved using Wisej sessions.

WrappedControl

WebControlarrow-up-right: 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

EventHandlerarrow-up-right Corresponds to the Page.AbortTransaction event.

CommitTransaction

EventHandlerarrow-up-right Corresponds to the Page.CommitTransaction event.

DataBinding

EventHandlerarrow-up-right Corresponds to the Page.DataBinding event.

Error

EventHandlerarrow-up-right Corresponds to the Page.Error event.

Init

EventHandlerarrow-up-right Corresponds to the Page.Init event in the ASP.NET page life cycle.

InitComplete

EventHandlerarrow-up-right Corresponds to the Page.InitComplete event in the ASP.NET page life cycle.

Load

EventHandlerarrow-up-right Corresponds to the Page.Load event in the ASP.NET page life cycle.

LoadComplete

EventHandlerarrow-up-right Corresponds to the Page.LoadComplete event in the ASP.NET page life cycle.

PreInit

EventHandlerarrow-up-right Corresponds to the Page.PreInit event in the ASP.NET page life cycle.

PreLoad

EventHandlerarrow-up-right Corresponds to the Page.PreLoad event in the ASP.NET page life cycle.

PreRender

EventHandlerarrow-up-right Corresponds to the Page.PreRender event in the ASP.NET page life cycle.

PreRenderComplete

EventHandlerarrow-up-right Corresponds to the Page.PreRenderComplete event in the ASP.NET page life cycle.

SaveStateComplete

EventHandlerarrow-up-right Corresponds to the Page.SaveStateComplete event.

Unload

EventHandlerarrow-up-right Corresponds to the Page.Unload event in the ASP.NET page life cycle.

Inherited By

Name
Description

The AspNetWrapperBase is the base class of all wrapped ASP.NET controls.

Last updated

Was this helpful?