Should validation (did the user enter a real date) occur
server-side or client-side? Why?
Answer Posted / fusion
Ramgopal is correct upto certain extent.
What if User has his Javascript disabled on browser?
Range Validator could do well there.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Which method is used to perform all validation at the page level?
What is difference between asp state management and asp.net state management?
How can we identify that the Page is Post Back?
Explain how to prepare culture-specific formatting in .net.
What is the difference between system.stringbuilder and system.string
Define resource files.
What are the different types of validation controls in asp.net?
what are the security certificates used in webservices?
What are the advantages and limitations of query string?
What is a session in asp.net?
What is data reader in asp.net?
What is the web.config file in asp?
What methods are fired during the page load? Init()
In which event are the controls fully loaded?
Describe the diffeerence between inline and code behind - which is best in a loosely coupled solution?