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!

CheckBoxList.FindControl

Overridden to catch postdata for each CheckBox in the list.

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

Parameters

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

See Also

CheckBoxList Class | CheckBoxList Members | System.Web.UI.WebControls Namespace