CheckBoxList Methods
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | AddAttributesToRender(HtmlTextWriter^) | Applies HTML attributes and styles to render to the specified HtmlTextWriter object. (Inherited from ListControl.) |
![]() | AddedControl(Control^, Int32) | |
![]() | AddParsedSubObject(Object^) | Notifies the server control that an element, either XML or HTML, was parsed, and adds the element to the server control's ControlCollection object.(Inherited from Control.) |
![]() | ApplyStyle(Style^) | Copies any nonblank elements of the specified style to the Web control, overwriting any existing style elements of the control. This method is primarily used by control developers.(Inherited from WebControl.) |
![]() | ApplyStyleSheetSkin(Page^) | Applies the style properties defined in the page style sheet to the control.(Inherited from Control.) |
![]() | BeginRenderTracing(TextWriter^, Object^) | Begins design-time tracing of rendering data.(Inherited from Control.) |
![]() | BuildProfileTree(String^, Boolean) | |
![]() | ClearCachedClientID() | |
![]() | ClearChildControlState() | Deletes the control-state information for the server control's child controls. (Inherited from Control.) |
![]() | ClearChildState() | Deletes the view-state and control-state information for all the server control's child controls.(Inherited from Control.) |
![]() | ClearChildViewState() | Deletes the view-state information for all the server control's child controls.(Inherited from Control.) |
![]() | ClearEffectiveClientIDMode() | This API supports the product infrastructure and is not intended to be used directly from your code. Sets the ClientIDMode property of the current control instance and of any child controls to Inherit.(Inherited from Control.) |
![]() | ClearSelection() | Clears out the list selection and sets the Selected property of all items to false.(Inherited from ListControl.) |
![]() | ConfirmInitState() | Sets the initialized state of the data-bound control.(Inherited from BaseDataBoundControl.) |
![]() | CopyBaseAttributes(WebControl^) | Copies the properties not encapsulated by the Style object from the specified Web server control to the Web server control that this method is called from. This method is used primarily by control developers.(Inherited from WebControl.) |
![]() | CreateChildControls() | Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.(Inherited from Control.) |
![]() | CreateControlCollection() | Creates a new ControlCollection object to hold the child controls (both literal and server) of the server control.(Inherited from Control.) |
![]() | CreateControlStyle() | This API supports the product infrastructure and is not intended to be used directly from your code. Creates a style object that is used internally by the CheckBoxList control to implement all style related properties.(Overrides WebControl::CreateControlStyle().) |
![]() | CreateDataSourceSelectArguments() | Creates a default DataSourceSelectArguments object used by the data-bound control if no arguments are specified.(Inherited from DataBoundControl.) |
![]() | DataBind() | Binds a data source to the invoked server control and all its child controls.(Inherited from BaseDataBoundControl.) |
![]() | DataBind(Boolean) | Binds a data source to the invoked server control and all its child controls with an option to raise the DataBinding event. (Inherited from Control.) |
![]() | DataBindChildren() | Binds a data source to the server control's child controls.(Inherited from Control.) |
![]() | Dispose() | Enables a server control to perform final clean up before it is released from memory.(Inherited from Control.) |
![]() | EndRenderTracing(TextWriter^, Object^) | Ends design-time tracing of rendering data.(Inherited from Control.) |
![]() | EnsureChildControls() | Determines whether the server control contains child controls. If it does not, it creates child controls.(Inherited from Control.) |
![]() | EnsureDataBound() | Calls the DataBind method if the DataSourceID property is set and the data-bound control is marked to require binding.(Inherited from BaseDataBoundControl.) |
![]() | EnsureID() | Creates an identifier for controls that do not have an identifier assigned.(Inherited from Control.) |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | FindControl(String^) | Searches the current naming container for a server control with the specified id parameter.(Inherited from Control.) |
![]() | FindControl(String^, Int32) | This API supports the product infrastructure and is not intended to be used directly from your code. Searches the current naming container for a server control with the specified ID and path offset. The FindControl method always returns the CheckBoxList object. (Overrides Control::FindControl(String^, Int32).) |
![]() | Focus() | Sets input focus to a control.(Inherited from Control.) |
![]() | GetData() | Retrieves a DataSourceView object that the data-bound control uses to perform data operations.(Inherited from DataBoundControl.) |
![]() | GetDataSource() | Retrieves the IDataSource interface that the data-bound control is associated with, if any.(Inherited from DataBoundControl.) |
![]() | GetDesignModeState() | This API supports the product infrastructure and is not intended to be used directly from your code. Gets design-time data for a control.(Inherited from Control.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetItemStyle(ListItemType, Int32) | Retrieves the style of the specified item type at the specified index in the list control. |
![]() | GetRouteUrl(Object^) | Gets the URL that corresponds to a set of route parameters.(Inherited from Control.) |
![]() | GetRouteUrl(RouteValueDictionary^) | Gets the URL that corresponds to a set of route parameters.(Inherited from Control.) |
![]() | GetRouteUrl(String^, Object^) | Gets the URL that corresponds to a set of route parameters and a route name.(Inherited from Control.) |
![]() | GetRouteUrl(String^, RouteValueDictionary^) | Gets the URL that corresponds to a set of route parameters and a route name.(Inherited from Control.) |
![]() | GetType() | |
![]() | GetUniqueIDRelativeTo(Control^) | |
![]() | HasControls() | Determines if the server control contains any child controls.(Inherited from Control.) |
![]() | HasEvents() | Returns a value indicating whether events are registered for the control or any child controls.(Inherited from Control.) |
![]() | IsLiteralContent() | This API supports the product infrastructure and is not intended to be used directly from your code. Determines if the server control holds only literal content.(Inherited from Control.) |
![]() | LoadControlState(Object^) | Restores control-state information from a previous page request that was saved by the SaveControlState method.(Inherited from Control.) |
![]() | LoadPostData(String^, NameValueCollection^) | Processes the posted data for the CheckBoxList control. |
![]() | LoadViewState(Object^) | Loads the previously saved view state of the DetailsView control.(Inherited from ListControl.) |
![]() | MapPathSecure(String^) | Retrieves the physical path that a virtual path, either absolute or relative, maps to.(Inherited from Control.) |
![]() | MarkAsDataBound() | Sets the state of the control in view state as successfully bound to data.(Inherited from DataBoundControl.) |
![]() | MemberwiseClone() | |
![]() | MergeStyle(Style^) | Copies any nonblank elements of the specified style to the Web control, but will not overwrite any existing style elements of the control. This method is used primarily by control developers.(Inherited from WebControl.) |
![]() | OnBubbleEvent(Object^, EventArgs^) | Determines whether the event for the server control is passed up the page's UI server control hierarchy.(Inherited from Control.) |
![]() | OnCreatingModelDataSource(CreatingModelDataSourceEventArgs^) | Raises the CreatingModelDataSource event.(Inherited from DataBoundControl.) |
![]() | OnDataBinding(EventArgs^) | This API supports the product infrastructure and is not intended to be used directly from your code. Raises the DataBinding event.(Inherited from ListControl.) |
![]() | OnDataBound(EventArgs^) | Raises the DataBound event.(Inherited from BaseDataBoundControl.) |
![]() | OnDataPropertyChanged() | Rebinds the data-bound control to its data after one of the base data source identification properties changes.(Inherited from DataBoundControl.) |
![]() | OnDataSourceViewChanged(Object^, EventArgs^) | Raises the DataSourceViewChanged event.(Inherited from DataBoundControl.) |
![]() | OnInit(EventArgs^) | (Overrides BaseDataBoundControl::OnInit(EventArgs^).) |
![]() | OnLoad(EventArgs^) | Handles the Control::Load event.(Inherited from DataBoundControl.) |
![]() | OnPagePreLoad(Object^, EventArgs^) | Sets the initialized state of the data-bound control before the control is loaded.(Inherited from DataBoundControl.) |
![]() | OnPreRender(EventArgs^) | Configures the CheckBoxList control prior to rendering on the client.(Overrides ListControl::OnPreRender(EventArgs^).) |
![]() | OnSelectedIndexChanged(EventArgs^) | Raises the SelectedIndexChanged event. This allows you to provide a custom handler for the event.(Inherited from ListControl.) |
![]() | OnTextChanged(EventArgs^) | Raises the TextChanged event.(Inherited from ListControl.) |
![]() | OnUnload(EventArgs^) | |
![]() | OpenFile(String^) | |
![]() | PerformDataBinding(IEnumerable^) | This API supports the product infrastructure and is not intended to be used directly from your code. Binds the specified data source to the control that is derived from the ListControl class.(Inherited from ListControl.) |
![]() | PerformSelect() | Retrieves data from the associated data source.(Inherited from ListControl.) |
![]() | RaiseBubbleEvent(Object^, EventArgs^) | Assigns any sources of the event and its information to the control's parent.(Inherited from Control.) |
![]() | RaisePostDataChangedEvent() | Notifies the ASP.NET application that the state of the CheckBoxList control has changed. |
![]() | RemovedControl(Control^) | |
![]() | Render(HtmlTextWriter^) | Displays the CheckBoxList on the client.(Overrides WebControl::Render(HtmlTextWriter^).) |
![]() | RenderBeginTag(HtmlTextWriter^) | Renders the HTML opening tag of the control to the specified writer. This method is used primarily by control developers.(Inherited from WebControl.) |
![]() | RenderChildren(HtmlTextWriter^) | Outputs the content of a server control's children to a provided HtmlTextWriter object, which writes the content to be rendered on the client.(Inherited from Control.) |
![]() | RenderContents(HtmlTextWriter^) | Renders the items in the ListControl control.(Inherited from ListControl.) |
![]() | RenderControl(HtmlTextWriter^) | Outputs server control content to a provided HtmlTextWriter object and stores tracing information about the control if tracing is enabled.(Inherited from Control.) |
![]() | RenderControl(HtmlTextWriter^, ControlAdapter^) | Outputs server control content to a provided HtmlTextWriter object using a provided ControlAdapter object.(Inherited from Control.) |
![]() | RenderEndTag(HtmlTextWriter^) | Renders the HTML closing tag of the control into the specified writer. This method is used primarily by control developers.(Inherited from WebControl.) |
![]() | RenderItem(ListItemType, Int32, RepeatInfo^, HtmlTextWriter^) | Renders a list item in the CheckBoxList control. |
![]() | ResolveAdapter() | Gets the control adapter responsible for rendering the specified control.(Inherited from Control.) |
![]() | ResolveClientUrl(String^) | Gets a URL that can be used by the browser.(Inherited from Control.) |
![]() | ResolveUrl(String^) | Converts a URL into one that is usable on the requesting client.(Inherited from Control.) |
![]() | SaveControlState() | Saves any server control state changes that have occurred since the time the page was posted back to the server.(Inherited from Control.) |
![]() | SaveViewState() | Saves the current view state of the ListControl -derived control and the items it contains.(Inherited from ListControl.) |
![]() | SetDesignModeState(IDictionary^) | Sets design-time data for a control.(Inherited from Control.) |
![]() | SetPostDataSelection(Int32) | This API supports the product infrastructure and is not intended to be used directly from your code. Sets the Selected property of a ListItem control after a page is posted.(Inherited from ListControl.) |
![]() | SetRenderMethodDelegate(RenderMethod^) | This API supports the product infrastructure and is not intended to be used directly from your code. Assigns an event handler delegate to render the server control and its content into its parent control.(Inherited from Control.) |
![]() | SetTraceData(Object^, Object^) | Sets trace data for design-time tracing of rendering data, using the trace data key and the trace data value.(Inherited from Control.) |
![]() | SetTraceData(Object^, Object^, Object^) | Sets trace data for design-time tracing of rendering data, using the traced object, the trace data key, and the trace data value.(Inherited from Control.) |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | TrackViewState() | Marks the starting point to begin tracking and saving view-state changes to a ListControl -derived control.(Inherited from ListControl.) |
![]() | ValidateDataSource(Object^) | Verifies that the object a data-bound control binds to is one it can work with.(Inherited from DataBoundControl.) |
![]() | VerifyMultiSelect() | This API supports the product infrastructure and is not intended to be used directly from your code. Determines whether the list control supports multiselection mode.(Inherited from ListControl.) |
| Name | Description | |
|---|---|---|
![]() | EnableDynamicData(Type^) | Overloaded. Enables Dynamic Data behavior for the specified data control.(Defined by DataControlExtensions.) |
![]() | EnableDynamicData(Type^, IDictionary<String^, Object^>^) | Overloaded. Enables Dynamic Data behavior for the specified data control.(Defined by DataControlExtensions.) |
![]() | EnableDynamicData(Type^, Object^) | Overloaded. Enables Dynamic Data behavior for the specified data control.(Defined by DataControlExtensions.) |
![]() | EnablePersistedSelection() | Obsolete. Enables selection to be persisted in data controls that support selection and paging.(Defined by DynamicDataExtensions.) |
![]() | FindDataSourceControl() | Returns the data source that is associated with the data control for the specified control.(Defined by DynamicDataExtensions.) |
![]() | FindFieldTemplate(String^) | Returns the field template for the specified column in the specified control's naming container.(Defined by DynamicDataExtensions.) |
![]() | FindMetaTable() | Returns the metatable object for the containing data control.(Defined by DynamicDataExtensions.) |
![]() | GetDefaultValues() | Overloaded. Gets the collection of the default values for the specified data control.(Defined by DynamicDataExtensions.) |
![]() | GetMetaTable() | Overloaded. Gets the table metadata for the specified data control.(Defined by DynamicDataExtensions.) |
![]() | SetMetaTable(MetaTable^) | Overloaded. Sets the table metadata for the specified data control.(Defined by DynamicDataExtensions.) |
![]() | SetMetaTable(MetaTable^, IDictionary<String^, Object^>^) | Overloaded. Sets the table metadata and default value mapping for the specified data control.(Defined by DynamicDataExtensions.) |
![]() | SetMetaTable(MetaTable^, Object^) | Overloaded. Sets the table metadata and default value mapping for the specified data control.(Defined by DynamicDataExtensions.) |
![]() | TryGetMetaTable(MetaTable^%) | Overloaded. Determines whether table metadata is available.(Defined by DynamicDataExtensions.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IAttributeAccessor::GetAttribute(String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Gets an attribute of the Web control with the specified name.(Inherited from WebControl.) |
![]() ![]() | IAttributeAccessor::SetAttribute(String^, String^) | Sets an attribute of the Web control to the specified name and value.(Inherited from WebControl.) |
![]() ![]() | IControlDesignerAccessor::GetDesignModeState() | For a description of this member, see IControlDesignerAccessor::GetDesignModeState.(Inherited from Control.) |
![]() ![]() | IControlDesignerAccessor::SetDesignModeState(IDictionary^) | For a description of this member, see IControlDesignerAccessor::SetDesignModeState. (Inherited from Control.) |
![]() ![]() | IControlDesignerAccessor::SetOwnerControl(Control^) | This API supports the product infrastructure and is not intended to be used directly from your code. For a description of this member, see IControlDesignerAccessor::SetOwnerControl. (Inherited from Control.) |
![]() ![]() | IParserAccessor::AddParsedSubObject(Object^) | For a description of this member, see IParserAccessor::AddParsedSubObject. (Inherited from Control.) |
![]() ![]() | IPostBackDataHandler::LoadPostData(String^, NameValueCollection^) | This API supports the product infrastructure and is not intended to be used directly from your code. Processes posted data for the CheckBoxList control. |
![]() ![]() | IPostBackDataHandler::RaisePostDataChangedEvent() | This API supports the product infrastructure and is not intended to be used directly from your code. Raised when posted data for a control has changed. |
![]() ![]() | IRepeatInfoUser::GetItemStyle(ListItemType, Int32) | This API supports the product infrastructure and is not intended to be used directly from your code. For a description of this member, see IRepeatInfoUser::GetItemStyle. |
![]() ![]() | IRepeatInfoUser::RenderItem(ListItemType, Int32, RepeatInfo^, HtmlTextWriter^) | This API supports the product infrastructure and is not intended to be used directly from your code. For a description of this member, see RenderItem. |



