PasswordTextBoxValidator.EvaluateIsValid Method
Validates the entry in the PasswordTextBox control.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Overrides Function EvaluateIsValid As Boolean
'Usage
Dim returnValue As Boolean
returnValue = Me.EvaluateIsValid()
protected override bool EvaluateIsValid()
Return Value
Type: System.Boolean
Remarks
This method is often overridden to provide custom validation.
See Also
Reference
PasswordTextBoxValidator Class