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

Initializes a new instance of AspNetWrapper.

Properties

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

Boolean: Returns whether the current request is a callback.

Boolean: Returns whether the current request is a postback.

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: Returns the instance of the ScriptManager in the AspNetHost.asp page used to wrap AspNet controls.

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

Object: VIEWSTATE saved using Wisej sessions.

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

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

EventHandler Corresponds to the Page.AbortTransaction event.

EventHandler Corresponds to the Page.CommitTransaction event.

EventHandler Corresponds to the Page.DataBinding event.

EventHandler Corresponds to the Page.Error event.

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

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

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

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

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

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

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

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

EventHandler Corresponds to the Page.SaveStateComplete event.

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

Inherited By

NameDescription

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

Last updated