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
How many types of sessions are there in asp net?
What is a nested masterpage in asp.net 2.0? Can there be a master page inside a masterpage?
How do you do Client-side validation in .Net?
Is viewstate enabled by default?
What events will occur when a page is loaded?
What are the advantages of Web API?
Why is xap important?
What is ascx?
Can we have a web application running without web.config file?
Write the different features of a Thread and a Process?
Which data type does the rangevalidator control support?
Explain method to handle error using HttpError in Web API?
how can we create wcf in asp.net and how can we cll that in to asp.net application?plsss tel me each step clearly
How to unit test Web API?
What is difference between session and viewstate?