How do you do validations. Whether client-side or
server-side validations are better ?
Answer Posted / sivasaravanan
using javascript. Client side validation better.
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
Which object encapsulates state or data of a user?
What is data reader in asp.net?
What are the two types of web pages?
How can u debug your .net application?
Describe the difference between inline and code behind - which is best in a?
How do http sessions work?
what are the Custom controls in asp.net?
How does u get record no from 5 to 15 from a dataset of 100 records?
What is the basic purpose of the required field validator? How can you use a required field validator to check that the user changes the initial value of a text box? a listbox?
Can you set which type of comparison you want to perform by the comparevalidator control?
Please briefly explain the usage of global.asax?
What is the difference between file-based dependency and key-based dependency?
What is the difference between the response.write() and response.output.write() methods?
What are session state modes in asp.net?
How to store checkbox value in database in asp.net mvc? : Asp.Net MVC