RadioButtonList::FindControl Method
.NET Framework (current version)
Namespace:
System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | 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 RadioButtonList object.(Overrides Control::FindControl(String^, Int32).) |
Show:

