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
What is the use of session in web application?
What is the difference between system.stringbuilder and system.string
How can you handle errors in Web API?
If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.
What is difference between cookies and cache?
Where sessions are stored in asp.net?
What are the different types of validation controls provided in ASP.NET?
What is the difference between custom web user control and a custom web server control?
Explain code snippet to register exception filters from controller?
About CLR, reflection and assemblies?
What is the concept of postback in asp.net?
How dataadapter.fill works?
What is Web API?
What symbol would you use to denote, the start of a code block in aspx views?
How many types of state management are there in asp net?