ASP.Net Programming Question:
Should validation (did the user enter a real date) occur server-side or client-side? Why?

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.
Previous Question | Next 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? |