Reads form data that is posted from the browser to the server and determines the source of the asynchronous postback.
Syntax
CSharp
VisualBasic
ManagedCPlusPlus
JSharp
Parameters
- postDataKey (String)
The string key identifier for the control.
- postCollection (NameValueCollection)
The NameValueCollection of all the incoming post data.
Return Value
Return Value
true if the ScriptManager control's state has changed as a result of a postback; otherwise, false.
Remarks
The LoadPostData(String, NameValueCollection) method is primarily used by control developers to extend the functionality of the ScriptManager control.
Assembly: System.Web.Extensions (Module: System.Web.Extensions)