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, Int32)

[To be supplied.]

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

Parameters

id
[To be supplied.]
pathOffset
[To be supplied.]

See Also

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