summaryM:DotNetNuke.Web.UI.WebControls.DnnGenericHiddenField`1.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)

Namespace: DotNetNuke.Web.UI.WebControls
Assembly: DotNetNuke.Web (in DotNetNuke.Web.dll)

Syntax

C#
protected override bool LoadPostData(
	string postDataKey,
	NameValueCollection postCollection
)
Visual Basic
Protected Overrides Function LoadPostData ( 
	postDataKey As String,
	postCollection As NameValueCollection
) As Boolean

Parameters

postDataKey
Type: System..::..String
parampostDataKeyM:DotNetNuke.Web.UI.WebControls.DnnGenericHiddenField`1.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)
postCollection
Type: System.Collections.Specialized..::..NameValueCollection
parampostCollectionM:DotNetNuke.Web.UI.WebControls.DnnGenericHiddenField`1.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)

Return Value

returnsM:DotNetNuke.Web.UI.WebControls.DnnGenericHiddenField`1.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)

See Also