BaseValidator::DetermineRenderUplevel Method
Determines whether the validation control can perform client-side validation.
Assembly: System.Web (in System.Web.dll)
Return Value
Type: System::Booleantrue if the validation control can perform client-side validation; otherwise, false.
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:
The browser has client script enabled.
The W3CDomVersion property of the HttpBrowserCapabilitiesBase object that is stored in the HttpRequest::Browser property is 1 or later.
The EcmaScriptVersion property of the HttpBrowserCapabilitiesBase object that is stored in the HttpRequest::Browser property is 1.2 or later.
NoteThis method is used primarily by control developers.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.