Share via


PasswordTextBox.LoadPostData method

Processes postback data for this control.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

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.String

    A string that specifies the key identifier used by the Render method.

Return value

Type: System.Boolean

Implements

IPostBackDataHandler.LoadPostData(String, NameValueCollection)

See also

Reference

PasswordTextBox class

PasswordTextBox members

Microsoft.SharePoint.WebControls namespace