CustomValidator.OnServerValidate Method (String)

 

Raises the ServerValidate event.

Namespace:   System.Web.UI.MobileControls
Assembly:  System.Web.Mobile (in System.Web.Mobile.dll)

abstract OnServerValidate : 
        value:string -> bool
override OnServerValidate : 
        value:string -> bool

Parameters

value
Type: System.String

The value to validate.

Return Value

Type: System.Boolean

true if the value specified by the value parameter passes validation; otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show: