System.Web.UI.WebControls.CheckBoxList: Method Members

The methods of System.Web.UI.WebControls.CheckBoxList are listed below. For a list of all members, see the CheckBoxList Members list.

See Also: Inherited members from System.Web.UI.WebControls.ListControl

Protected Methods

override
CreateControlStyle() : Style

Creates a style object that is used internally by the System.Web.UI.WebControls.CheckBoxList control to implement all style related properties.

override
FindControl(string, int) : System.Web.UI.Control

Searches the current naming container for a server control with the specified ID and path offset. The CheckBoxList.FindControl(string, int) method always returns the System.Web.UI.WebControls.CheckBoxList object.

GetItemStyle(ListItemType, int) : Style

Retrieves the style of the specified item type at the specified index in the list control.

LoadPostData(string, System.Collections.Specialized.NameValueCollection) : bool

Processes the posted data for the System.Web.UI.WebControls.CheckBoxList control.

override
OnPreRender(EventArgs)

Configures the System.Web.UI.WebControls.CheckBoxList control prior to rendering on the client.

RaisePostDataChangedEvent()

Notifies the ASP.NET application that the state of the System.Web.UI.WebControls.CheckBoxList control has changed.

override
Render(System.Web.UI.HtmlTextWriter)

Displays the System.Web.UI.WebControls.CheckBoxList on the client.

RenderItem(ListItemType, int, RepeatInfo, System.Web.UI.HtmlTextWriter)

Renders a list item in the System.Web.UI.WebControls.CheckBoxList control.

override
VerifyMultiSelect()
Documentation for this section has not yet been entered.