Should validation (did the user enter a real date) occur
server-side or client-side? Why?
Answer Posted / sulochana singh
Client-side validation because there is no need to request a server side date when you could obtain a date from the client machine.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can any body provide me the sample web application in asp.net
What are web beacons used for?
What is viewstate? In which event of the page life cycle, is the viewstate available?
Which is better session or viewstate?
Explain what does wsdl stand for?
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
What is cache in asp net?
How to disable validator control by client side JavaScript?
What are the data controls available in asp.net?
How many types of server controls do we have?Also explain differance between them taking an example of ASP.NET?
Is post back in asp.net?
What are the difference between overriding and overloading?
What is voluum?
What is asp net application object?
What is the default authentication mode for asp.net?