ASP.Net Programming Question:
Download Job Interview Questions and Answers PDF
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.
Download ASP.Net Interview Questions And Answers
PDF
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? |