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 is skin in asp.net?
How can i explain my project during interview?many time i expalain my project but they did't accept? please explain me.
How asynchronous call can be implemented using delegates?
14. What are your Future Plans for Swatz Oils GROUP U.K?
Describe Segmentation With Paging?
What does asp.net stand for?
What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
what are the Custom controls in asp.net?
Can you edit data in the Repeater control? Which template must you provide, in order to display data in a Repeater control? How can you provide an alternating color scheme in a Repeater control? What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?
What is base class of button control in .net?
In What Order Do The Events Of An Aspx Page Execute. As A Developer Is It Important To Undertsand These Events?
What are main return types supported in Web API?
What are themes and skins in 2.0, explain usage scenario?
How Can assign alias name for ASP.NET Web API Action?
What is scope of an application variable in asp.net?