Interview Questions

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

ASP.NET and .NET WEB Questions and Answers


(Continued from previous question...)

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

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

(Continued on next question...)

Other Interview Questions