Should validation (did the user enter a real date) occur
server-side or client-side? Why?
Answer Posted / ramgopal reddy
Client-side. This reduces an additional request to the
server to validate the users input.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Is it right that ASP.NET Web API has replaced WCF?
What is an imagemap in asp.net?
What is the difference between “Web.config” and “Machine.Config”?
Explain about ASP.NET?
What is the difference between session and application?
Can we have a web application running without web.config file?
To get the values in two different controls to match which control you use it?
What are sessions in asp net?
Explain the difference between dataset and datareader.
Where sessions are stored in asp.net?
Disable browser cache for entire ASP.NET website?
What is the web.config file in asp?
What is http post and http get?
What is the difference between custom controls and user controls?
Is it possible for me to change my aspx file extension to some other name?