PasswordTextBox.LoadPostData Method
Processes postback data for this control.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overridable Function LoadPostData ( _
postDataKey As String, _
postCollection As NameValueCollection _
) As Boolean
'Usage
Dim instance As PasswordTextBox
Dim postDataKey As String
Dim postCollection As NameValueCollection
Dim returnValue As Boolean
returnValue = instance.LoadPostData(postDataKey, _
postCollection)
public virtual bool LoadPostData(
string postDataKey,
NameValueCollection postCollection
)
Parameters
postDataKey
Type: System.StringA string that specifies the key identifier used by the Render method.
postCollection
Type: System.Collections.Specialized.NameValueCollectionA System.Collections.Specialized.NameValueCollection that contains the collection of all incoming name/value pairs.
Return Value
Type: System.Boolean
Implements
IPostBackDataHandler.LoadPostData(String, NameValueCollection)