Click or drag to resize

CheckBoxList Methods

The CheckBoxList type exposes the following members.

Methods
  NameDescription
Protected methodAddAttributesToRender (Inherited from ListControl.)
Protected methodAddedControl (Inherited from Control.)
Protected methodAddParsedSubObject (Inherited from Control.)
Public methodApplyStyle (Inherited from WebControl.)
Public methodApplyStyleSheetSkin (Inherited from Control.)
Protected methodBuildProfileTree (Inherited from Control.)
Protected methodClearCachedClientID (Inherited from Control.)
Protected methodClearChildControlState (Inherited from Control.)
Protected methodClearChildState (Inherited from Control.)
Protected methodClearChildViewState (Inherited from Control.)
Protected methodClearEffectiveClientIDMode (Inherited from Control.)
Public methodClearSelection (Inherited from ListControl.)
Protected methodConfirmInitState (Inherited from BaseDataBoundControl.)
Public methodCopyBaseAttributes (Inherited from WebControl.)
Protected methodCreateChildControls (Inherited from Control.)
Protected methodCreateControlCollection (Inherited from Control.)
Protected methodCreateControlStyle (Inherited from CheckBoxList.)
Protected methodCreateDataSourceSelectArguments (Inherited from DataBoundControl.)
Public methodDataBind (Inherited from BaseDataBoundControl.)
Protected methodDataBind(Boolean) (Inherited from Control.)
Protected methodDataBindChildren (Inherited from Control.)
Public methodDispose (Inherited from Control.)
Protected methodEnsureChildControls (Inherited from Control.)
Protected methodEnsureDataBound (Inherited from BaseDataBoundControl.)
Protected methodEnsureID (Inherited from Control.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodFindControl(String) (Inherited from Control.)
Protected methodFindControl(String, Int32) (Inherited from CheckBoxList.)
Public methodFocus (Inherited from Control.)
Protected methodGetData (Inherited from DataBoundControl.)
Protected methodGetDataSource (Inherited from DataBoundControl.)
Protected methodGetDesignModeState (Inherited from Control.)
Public methodGetHashCode (Inherited from Object.)
Protected methodGetItemStyle (Inherited from CheckBoxList.)
Public methodGetRouteUrl(Object) (Inherited from Control.)
Public methodGetRouteUrl(RouteValueDictionary) (Inherited from Control.)
Public methodGetRouteUrl(String, Object) (Inherited from Control.)
Public methodGetRouteUrl(String, RouteValueDictionary) (Inherited from Control.)
Public methodGetSelectedItems
Gets an array of the currently selected ListItems.
Public methodGetType (Inherited from Object.)
Public methodGetUniqueIDRelativeTo (Inherited from Control.)
Public methodHasControls (Inherited from Control.)
Protected methodHasEvents (Inherited from Control.)
Protected methodIsLiteralContent (Inherited from Control.)
Protected methodLoadControlState (Inherited from Control.)
Protected methodLoadPostData
Processes posted data for the CheckBoxList control.
(Overrides CheckBoxListLoadPostData(String, NameValueCollection).)
Protected methodLoadViewState (Inherited from ListControl.)
Protected methodMapPathSecure (Inherited from Control.)
Protected methodMarkAsDataBound (Inherited from DataBoundControl.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodMergeStyle (Inherited from WebControl.)
Protected methodOnBubbleEvent (Inherited from Control.)
Protected methodOnCreatingModelDataSource (Inherited from DataBoundControl.)
Protected methodOnDataBinding (Inherited from ListControl.)
Protected methodOnDataBound (Inherited from BaseDataBoundControl.)
Protected methodOnDataPropertyChanged (Inherited from DataBoundControl.)
Protected methodOnDataSourceViewChanged (Inherited from DataBoundControl.)
Protected methodOnInit (Inherited from CheckBoxList.)
Protected methodOnLoad (Inherited from DataBoundControl.)
Protected methodOnPagePreLoad (Inherited from DataBoundControl.)
Protected methodOnPreRender
Raises the PreRender event. This notifies the control to perform any steps necessary for its creation on a page request.
(Overrides CheckBoxListOnPreRender(EventArgs).)
Protected methodOnSelectedIndexChanged (Inherited from ListControl.)
Protected methodOnTextChanged (Inherited from ListControl.)
Protected methodOnUnload (Inherited from Control.)
Protected methodOpenFile (Inherited from Control.)
Protected methodPerformDataBinding (Inherited from ListControl.)
Protected methodPerformSelect (Inherited from ListControl.)
Protected methodRaiseBubbleEvent (Inherited from Control.)
Protected methodRaisePostDataChangedEvent (Inherited from CheckBoxList.)
Protected methodRemovedControl (Inherited from Control.)
Protected methodRender
Renders the control to the specified HTML writer.
(Overrides CheckBoxListRender(HtmlTextWriter).)
Public methodRenderBeginTag
Renders the opening HTML tag of the control into the specified writer.
(Overrides WebControlRenderBeginTag(HtmlTextWriter).)
Protected methodRenderChildren (Inherited from Control.)
Protected methodRenderContents (Inherited from ListControl.)
Public methodRenderControl(HtmlTextWriter) (Inherited from Control.)
Protected methodRenderControl(HtmlTextWriter, ControlAdapter) (Inherited from Control.)
Public methodRenderEndTag
Renders the HTML end tag of the control into the specified writer.
(Overrides WebControlRenderEndTag(HtmlTextWriter).)
Protected methodRenderItem(HtmlTextWriter, ListItem, Int16)
Renders the specified item as a CheckBox into the specified writer.
Protected methodRenderItem(ListItemType, Int32, RepeatInfo, HtmlTextWriter) (Inherited from CheckBoxList.)
Protected methodResolveAdapter (Inherited from Control.)
Public methodResolveClientUrl (Inherited from Control.)
Public methodResolveUrl (Inherited from Control.)
Protected methodSaveControlState (Inherited from Control.)
Protected methodSaveViewState (Inherited from ListControl.)
Protected methodSetDesignModeState (Inherited from Control.)
Protected methodSetPostDataSelection (Inherited from ListControl.)
Public methodSetRenderMethodDelegate (Inherited from Control.)
Public methodToString (Inherited from Object.)
Protected methodTrackViewState (Inherited from ListControl.)
Protected methodValidateDataSource (Inherited from DataBoundControl.)
Protected methodVerifyMultiSelect (Inherited from ListControl.)
Top
See Also