How do you do validations. Whether client-side or
server-side validations are better.?
Answer Posted / sudhir sheoran
Validation can be done at server side as well as
client side.
Client side validations :-
1) are of great use with the enhancement of
java scripts.
2) Performance booster as validation is done at client side.
3) security issues are there in client side validation.
4) So should be used for simple operations like
user input validations e.g valid name,valid date range,
valid phone number,email etc,where security is of not
that much concern.
Server Side validation(SSV):
1) Some validations can be done at server side only
e.g whether a email exists in database or not.
2) Decreases performance because of more trips to server
3) When security is a concern SSV should be used.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Define session in asp.net.
What is session object? Describe in detail.
What is break mode?
Is there any alternative to avoid name collisions other then Namespaces?
Which namespace is used by ado.net?
What is the concepts of globalization and localization in .net?
How can we register exception filter globally?
What is the base class from which web forms are inherited?
What is & in a url?
Explain the working of passport authentication.
What does clearing cache?
What is difference between Server.Transfer and Response.Redirect in ASP.NET?
ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?
What are the session management techniques asp net?
What does passport and windows authentication mean in ASP.NET?