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.LoadPostData

Method of IPostBackDataHandler interface to process posted data.

[Visual Basic]
Overridable Public Function LoadPostData( _
   ByVal postDataKey As String, _
   ByVal postCollection As NameValueCollection _
) As Boolean
[C#]
public virtual bool LoadPostData(
   string postDataKey,
   NameValueCollection postCollection
);
[C++]
public: virtual bool LoadPostData(
   String* postDataKey,
   NameValueCollection* postCollection
);
[JScript]
public function LoadPostData(
   postDataKey : String,
   postCollection : NameValueCollection
) : Boolean;

Parameters

postDataKey
[To be supplied.]
postCollection
[To be supplied.]

See Also

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