This documentation is archived and is not being maintained.
DataSourceControl::FindControl Method
Visual Studio 2008
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
FindControl(String) | Searches the current naming container for a server control with the specified id parameter. (Overrides Control::FindControl(String).) |
|
FindControl(String, Int32) | Infrastructure. Searches the current naming container for a server control with the specified id and an integer, specified in the pathOffset parameter, which aids in the search. You should not override this version of the FindControl method. (Inherited from Control.) |
Show: