When implemented by a class, processes postback data for an ASP.NET server control.
'Declaration
Public Function LoadPostData( _
ByVal As System.String, _
ByVal As System.Collections.Specialized.NameValueCollection _
) As System.Boolean
public System.bool LoadPostData(
System.string ,
System.Collections.Specialized.NameValueCollection
)
Parameters
- postDataKey
- The key identifier for the control.
- postCollection
- The collection of all incoming name values.
Return Value
true if the server control's state changes as a result of the postback; otherwise, false.