Méthode | Description | |
---|---|---|
FindControlRecursive ( this root, string id ) : |
Searches recursively in this control to find a control with the name specified. Note, finds the first match and exists.
|
public static FindControlRecursive ( this root, string id ) : |
||
root | this | The Control in which to begin searching. |
id | string | The ID of the control to be found. |
Résultat |