This documentation is archived and is not being maintained.

CheckBoxList::FindControl Method

Searches the current naming container for the specified server control.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  NameDescription
Public method FindControl(String) Searches the current naming container for a server control with the specified id parameter. (Inherited from Control.)
Protected method FindControl(String, Int32) Infrastructure. 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).)
Top
Show: