RadioButtonList::FindControl Method

 

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubmethodFindControl(String^)

Searches the current naming container for a server control with the specified id parameter.(Inherited from Control.)

System_CAPS_protmethodFindControl(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 RadioButtonList object.(Overrides Control::FindControl(String^, Int32).)

Return to top
Show: