LoadPostData loads the Post Back Data and determines whether the value has change

Namespace: DotNetNuke.UI.WebControls
Assembly: 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

Return Value

returnsM:DotNetNuke.UI.WebControls.EditControl.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)

Implements

IPostBackDataHandler..::..LoadPostData(String, NameValueCollection)

See Also