System.Web.UI.WebControls.BaseValidator.DetermineRenderUplevel Method

Determines whether the validation control can perform client-side validation.

Syntax

protected virtual bool DetermineRenderUplevel ()

Returns

true if the validation control can perform client-side validation; otherwise, false.

Remarks

The BaseValidator.DetermineRenderUplevel method is a helper function that is used primarily by the BaseValidator.RenderUplevel property to determine whether the client's browser supports client script. For this property to return true, the following conditions must be true:

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0