BaseValidator.DetermineRenderUplevel Method

Definition

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

protected:
 virtual bool DetermineRenderUplevel();
protected virtual bool DetermineRenderUplevel ();
abstract member DetermineRenderUplevel : unit -> bool
override this.DetermineRenderUplevel : unit -> bool
Protected Overridable Function DetermineRenderUplevel () As Boolean

Returns

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

Remarks

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

Applies to

See also