DropDownList.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 DropDownList 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.
Return Value
Type: System.Booleantrue if the posted content is different from the last posting; otherwise, false.
.NET Framework
Available since 1.1
Available since 1.1
Show: