Moderate

How do you disable client side validation ?

Correct answer: A. Set the ClientTarget property to Downlevel

  • A. Set the ClientTarget property to Downlevel
  • B. Set the Runat property to server
  • C. Set the inherits property to codeb
  • D. Set the language property to C#

Explanation

Setting ClientTarget to Downlevel makes ASP.NET render the page for a browser without client-script support, disabling client-side validation. Runat="server" only determines where a control executes.

Last updated

Practise Web and Mobile Development

268 free Web and Mobile Development MCQs from Software Engineering, each with the correct answer and an explanation. Unlimited attempts, no account needed.

Exams that ask Software Engineering questions like this

Software Engineering is on this paper prepared for on TestUstad, and all of them draw the same bank, so this question is worth knowing for it.

Related questions