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

[To be supplied.]

Overload List

[To be supplied.]

[Visual Basic] Overloads Overridable Protected Function FindControl(String, Integer) As Control
[C#] protected virtual Control FindControl(String, int);
[C++] protected: virtual Control* FindControl(String*, int);
[JScript] protected function FindControl(String, int) : Control;

[To be supplied.]

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

See Also

Control Class | Control Members | System.Web.UI Namespace