Should user input data validation occur server-side or client-side? Why?
By admin on Jan 5, 2007 in ASP.NET Interview Questions, Technical
All user input data validation should occur on the server at a minimum. Additionally, client-side validation can be performed where deemed appropriate and feasible to provide a richer, more responsive experience for the user.


