CheckBox.IPostBackDataHandler.LoadPostData Method (String, NameValueCollection)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Processes posted data for the CheckBox control.
Assembly: System.Web (in System.Web.dll)
bool IPostBackDataHandler.LoadPostData( string postDataKey, NameValueCollection postCollection )
Parameters
- postDataKey
-
Type:
System.String
The key value used to index an entry in the collection.
- postCollection
-
Type:
System.Collections.Specialized.NameValueCollection
A System.Collections.Specialized.NameValueCollection that contains post information.
.NET Framework
Available since 1.1
Available since 1.1
Show: