LoadPostData loads the Post Back Data and determines whether the value has change
Namespace: DotNetNuke.UI.WebControlsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public virtual bool LoadPostData( string postDataKey, NameValueCollection postCollection ) |
Visual Basic |
---|
Public Overridable Function LoadPostData ( postDataKey As String, postCollection As NameValueCollection ) As Boolean |
Parameters
- postDataKey
- Type: System..::..String
A key to the PostBack Data to load
- postCollection
- Type: System.Collections.Specialized..::..NameValueCollection
A name value collection of postback data