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
How do you declare static variable?
How can we provide the WebParts control functionality to a server control?
Explain the concept of MVC Scaffolding?
What is content page in asp net?
What is the procedure to create the environment for asp.net? : asp.net mvc
How can u deifne the benefits and limitation of using Viewstate for state management?
What are type/key pairs in client script registration?
What is a 404 redirect?
Where the viewstate is stored after the page postback?
What are the new features implemented in ASP.NET?
How can you implement the postback property of an asp.net control?
Explain the features that make asp.net more used framework? : asp.net mvc
Mention the namespace that is used to include .net data provider for sql server in .net code?
What is the purpose of session management?
What is the significance of finalize method in .net?