How do you do validations. Whether client-side or
server-side validations are better ?
Answer Posted / abhishek kumar
Server side validation is always better option to have
safe side due to the following resons.
i) Client side script is always a security risk and in many
case it is not allowed, and for the same reason JavaScript
that is behind nearly all client side validation could be
turned off in web browser.
ii) Validation that requires a database only server side
validation is better option.
iii) Keeping all validation code at one place.
To minimise trips that user has to face in the case of
server-side validation it will be better option to validate
all input fields at once when they are submitted to server
and returning back a single error message for all invalid
entries.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
what are configuration files?
What are the events that happen when a client requests an asp.net page from iis server?
What is state management techniques in asp.net?
What are sql joins?
What is the best Macanism to clear the Cache in asp.net
Where the viewstate is stored after the page postback?
Describe the events in the life cycle of a web application.
How can u deifne the benefits and limitation of using Viewstate for state management?
Why we are using mvc instead of asp.net? : Asp.Net MVC
What are the new features added from ASP to ASP.NET?
What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?
Explain about asp.net state management?
How do you sign out from forms authentication?
How will you load dynamic assembly?
How do you secure your connection string information?