Should validation(did the user enter a real date) occur server-ride or client-side?why?
2 September 2009
298 views
No Comment
Client-side.  This reduces an additional request to the server to validate the user input.
Popularity: unranked [?]
Related interview questions
- I have a check boxes in datagrid and want to checked and unchecked on a specific operation. How to do this at client side?
- Change date format mm/dd/yy to dd/mm/yy using query?











Leave your response!
You must be logged in to post a comment.