CustomValidator.OnServerValidate Method (String)

 

Raises the ServerValidate event.

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

Protected Overridable Function OnServerValidate (
	value As String
) As Boolean

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: