NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Control.FindControl (String)

[To be supplied.]

[Visual Basic]
Overloads Overridable Public Function FindControl( _
   ByVal id As String _
) As Control
[C#]
public virtual Control FindControl(
   string id
);
[C++]
public: virtual Control* FindControl(
   String* id
);
[JScript]
public function FindControl(
   id : String
) : Control;

Parameters

id
[To be supplied.]

See Also

Control Class | Control Members | System.Web.UI Namespace | Control.FindControl Overload List