Click here to Skip to main content
16,021,041 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
What is the differrence between server side and client side validation?How to achieve server side validation in MVC?
Posted

1 solution

Server side code get executed on the web server in the response of request for any aspx page where as client-side code get executed on the client browser (e.g validation of controls, dynamically hidding and displaying some of controls or there values etc)
For implementing validation in ASP.Net MVC, have a look at below article:
http://weblogs.asp.net/scottgu/archive/2010/01/15/asp-net-mvc-2-model-validation.aspx[^]
Creating Client and Server-Side Form Validation using the Validator Toolkit for ASP.NET MVC[^]
http://nickstips.wordpress.com/2011/08/18/asp-net-mvc-displaying-client-and-server-side-validation-using-qtip-tooltips/[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900