201k views
5 votes
To provide for unobtrusive validation, you can install the ____________________ package for unobtrusive validation.

User Gbanfill
by
3.7k points

1 Answer

5 votes

Answer:

AspNet.ScriptManager.jQuery?

Step-by-step explanation:

Unobtrusive validation means we can perform a simple client-side validation without writing a lot of validation code by adding suitable attributes and also by including the suitable script files.

One of the benefits of using a unobtrusive validation is that it help to reduce the amount of the Java script that is generated. We can install the AspNet.ScriptManager.jQuery? for the unobtrusive validation.

When the unobtrusive validation is used, validation of the client is being performed by using a JavaScript library.

User Arezou
by
4.0k points