Version

SmartWebControl Class

Base class for advanced web elements requiring view state, licensing, rendering and postback management.
Syntax
Remarks

The SmartWebControl serves as a base class for advanced web elements that require view state, licensing, rendering and postback management. This functionality is built into this base class and requires no additional coding beyond conformance to a set of simple practices.

Features supported by SmartWebControl:

  1. Manages persistence for the control's simple and compound (sub object) properties.
  2. Produces the properties array, and the inclusion of Javascript and CSS style blocks.
  3. Conveys state changes from the client-side to the server object model by handling postback processing.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also