How can we implement validation in mvc?
Answer / Khursheed Alam
To implement client-side validation in ASP.NET MVC, you can use Data Annotations or the jQuery Validation plugin. For server-side validation, you can use Data Annotations with built-in validators like `Required`, `StringLength`, and custom validators.
| Is This Answer Correct ? | 0 Yes | 0 No |
How the Routes in webform application and an MVC application differ?
Mention what are the two ways to add constraints to a route?
What does it mean to annotate something?
What is mvc life cycle?
What is mvc framework in asp net?
What is antiforgerytoken in mvc?
What is scaffolding in mvc?
Why is mvc good?
What are the main razor syntax rules?
What is difference between mvc (model-view-controller) and mvp (model-view-presenter)?
What are corpus tools?
How to perform exception handling in mvc?