In This Topic
Finds the control.
Finds a server control.
Overload List
Overload | Description |
FindControl(Control,String) | Finds the control. |
FindControl(String,Int32) | Searches the current naming container for a server control with the specified id and integer, specified in the pathOffset parameter, which aids in the search. You should not override this version of the Overload:System.Web.UI.Control.FindControl method. |
FindControl(String) | Searches the current naming container for a server control with the specified parameter. (Inherited from System.Web.UI.Control) |
See Also