Multiple choice technology platforms and products

Range Validator web control runs at (remember the property, run at = "server"..?)

  1. Client machine

  2. Server

  3. Either 1 or 2

  4. Neither 1 nor 2

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

ASP.NET validator controls can run either on the client (using JavaScript) or on the server. The 'runat=server' attribute makes the control server-side, but many validators including RangeValidator can also generate client-side validation script. The behavior depends on settings like EnableClientScript.