Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Handles the ServerValidate event for the input form represented by the CusValMembershipProviderName field.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Sub MembershipProviderValidate ( _
sender As Object, _
args As ServerValidateEventArgs _
)
'Usage
Dim sender As Object
Dim args As ServerValidateEventArgs
Me.MembershipProviderValidate(sender, _
args)
protected void MembershipProviderValidate(
Object sender,
ServerValidateEventArgs args
)
Parameters
sender
Type: System.ObjectThe source of the event.
args
Type: System.Web.UI.WebControls.ServerValidateEventArgsThe data for the event.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | args is null . |
Remarks
This method determines whether the value of the TxtMembershipProviderName field is a valid membership provider name.
See Also
Reference
IdentityProviderSettingSection Class