DataSourceControl.FindControl(String) Méthode

Définition

Recherche un contrôle serveur possédant le paramètre id spécifié dans le conteneur d'attribution de noms actuel.

public:
 override System::Web::UI::Control ^ FindControl(System::String ^ id);
public override System.Web.UI.Control FindControl (string id);
override this.FindControl : string -> System.Web.UI.Control
Public Overrides Function FindControl (id As String) As Control

Paramètres

id
String

Identificateur du contrôle à rechercher.

Retours

Contrôle spécifié, ou null s'il n'existe pas.

S’applique à