| Class | Description |
 | BaseStreamingModule |
Summary description for SharedModule.
|
 | CallbackException | Exception thrown in callback. |
 | CallbackManager |
This class is not meant to be used by developers.
It is the HTTPModule that coordinates and manages asynchronous callbacks.
|
 | DartLicenseException |
The base class for all Dart component license exceptions.
|
 | KeyEventArgs | Provides data for the KeyDown, KeyPress or KeyUp event. |
 | LiveBoundColumn | A column type for the LiveDataGrid control that is bound to a field in a data source. |
 | LiveButton | Displays a Live push button control on the Web page. |
 | LiveButtonColumn | A column type for the LiveDataGrid control that contains a user-defined command button, such as Add or Remove, that corresponds with each row in the column.
A column type for the DataGrid control that contains a user-defined command button, such as Add or Remove, that corresponds with each row in the column.
|
 | LiveCallback | A control that permits any non-PowerWEB control to become Live enabled. |
 | LiveCheckBox | Displays a check box that allows the user to select a true or false condition. |
 | LiveCheckBoxColumn | A column type for the LiveDataGrid control that contains check boxes. |
 | LiveCheckBoxList | Creates a multi selection check box group that can be dynamically created by binding the control to a data source. |
 | LiveDataGrid | A data bound list control that displays the items from data source in a table. The LiveDataGrid control allows you to select, sort, and edit these items. |
 | LiveDataGridColumn |
Serves as the base class for the different column types of the DataGrid control.
|
 | LiveDataGridItem |
Represents an item (row) in a LiveDataGrid control.
|
 | LiveDropDownList | Represents a control that allows the user to select a single item from a drop-down list. |
 | LiveDropDownListColumn | A column type for the LiveDataGrid control that contains dropdown lists. |
 | LiveEditCommandColumn | A special column type for the LiveDataGrid control that contains the Edit command buttons for editing data items in each row. |
 | LiveHyperLink | A control that displays a link to another Web page. |
 | LiveHyperLinkColumn |
A column type for the DataGrid control that contains a hyperlink for each item in the column.
|
 | LiveImage | Displays an image on a Web page. |
 | LiveImageButton | A control that displays an image and responds to mouse clicks on the image. |
 | LiveLabel | Represents a label control, which displays text on a Web page. |
 | LiveLinkButton | Displays a hyperlink style button control on a Web page. |
 | LiveListBox | Represents a list box control that allows single or multiple item selection. |
 | LiveMessageBox | Displays a message box that can inform or prompt the user. |
 | LivePanel | Represents a control that acts as a container for other controls. |
 | LivePlaceHolder | A container to store dynamically added server controls on the Web page. |
 | LiveRadioButton | Represents a radio button control. |
 | LiveRadioButtonColumn | A column type for the LiveDataGrid control that contains radio buttons. |
 | LiveRadioButtonList | Represents a list control that encapsulates a group of radio button controls. |
 | LiveSound | Plays a sound file client-side during a callback. |
 | LiveTableCell |
Represents a cell in a LiveTable control.
|
 | LiveTemplateColumn |
Represents a column type for the DataGrid control that allows you to customize the layout of controls in the column.
|
 | LiveTextBox | Displays a text box control for user input. |
 | LiveTimer | Implements a timer that raises an event at user-defined intervals. |
 | LiveWrapper | A container used to wrap 3rd party controls so they can be updated from a callback. |
 | LocationEventArgs | Provides location data for any events that occur when a user clicks on a PowerWEB control. |
 | ResourceHttpHandler |
Summary description for ResourceHttpHandler.
|
 | ResponseEventArgs | Provides data for a LiveMessageBox of type DialogType.Prompt or DialogType.Confirm. |