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;
CheckBoxList Class | CheckBoxList Members | System.Web.UI.WebControls Namespace