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
What describes a query?
What is session state server?
How would you enable impersonation in the web.config file?
List all templates of the repeater control.
Is asp.net different from asp? If yes, explain how?
Define managed code and managed data in .net?
What is the equivalent of date() and time() in asp.net?
We Only Know The Total Number Of Feet In The Farmyard. Write A Program that will compute the total number of rabbits and chickens in the farmyard. Assume number of feet in the farmyard are 40. how many rabbits and chickens are?
What is the importance of aspnet_isapi.dll, inetinfo.exe andaspnet_wp.exe in the page loading process.
What are the parts of an http response?
To load your generated dataset with data which method do you invoke?
What are sharepoint pages?
What is is post back property in asp net?
What is the asp.net mvc folder conventions? : asp.net mvc
What is syntax code to send email from an asp.net application?