DataDrivenAdapterBase.FindControl(String) Method

Definition

Reports whether the named control is available for use.

public:
 bool FindControl(System::String ^ controlName);
public bool FindControl (string controlName);
member this.FindControl : string -> bool
Public Function FindControl (controlName As String) As Boolean

Parameters

controlName
String

Specifies the name of the control.

Returns

true if the control is available for use; otherwise, false.

Exceptions

Applies to