ASP.Net Programming Question:
Download Questions PDF

Should validation (did the user enter a real date) occur server-side or client-side? Why?

ASP.Net Interview Question
ASP.Net Interview Question

Answer:

Client-side validation because there is no need to request a server side date when you could obtain a date from the client machine.

Download ASP.Net Interview Questions And Answers PDF

Previous QuestionNext Question
What does AspCompat="true" mean and when should I use it?What are ASP.NET Web Forms? How is this technology different than what is available though ASP?