Should validation (did the user enter a real date) occur
server-side or client-side? Why?
Answer Posted / surendra singh
It should occur both at client-side and Server side.By using expression validator control with the specified expression ie.. the regular expression provides the facility of only validatating the date specified is in the correct format or not. But for checking the date where it is the real data or not should be done at the server side, by getting the system date ranges and checking the date whether it is in between that range or not.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can u deifne the benefits and limitation of using Viewstate for state management?
What is state management in asp.net with example?
what is AutoEventWireUp and what is the use of This property explain in details?
How to improve performance of web application asp.net mvc? : Asp.Net MVC
Are there resources online with tips on asp to asp.net conversions?
What is a session http?
What is a session in asp.net?
What is the significance of proxy user?
What is data cache in sql server?
Explain Session state management options in ASP.NET.
How do you store a value in viewstate and retrieve them?
Explain in what order a destructors is called.
How do I use response redirect?
What's the use of formatters in .net?
How use Xml data in ASP.net?