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
Explain the difference between array and linkedlist?
Explain diff. Betn dataset and recordset?
What is data cache in sql server?
What is difference between URL and URI?
Explain how cookies work.
What is the use of session?
What is an asp.net validator? And, mention its types.
Can you set which type of comparison you want to perform by the comparevalidator control?
Explain a program using razor view engine to create a simple application? : asp.net mvc
What is the question mark in a url?
Can a master page have more than one contentplaceholder?
Define static function?
What is paging in context of Memory?
Why we use asp.net for website development?
What is mvc in asp.net tutorial? : Asp.Net MVC