How do you do validations. Whether client-side or
server-side validations are better ?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / sivasaravanan
using javascript. Client side validation better.
Is This Answer Correct ? | 2 Yes | 5 No |
What object is used to encapsulate a rowset? a) DataSet b) DataAdapter c) DataRowSet d) DataTable
What is web.config and machine.config ?
How we can force all the validation controls to run?
What are the types of assemblies and where can u store them and how ?
Difference between Response.Expires and Expires.Absolute ?
1 Answers Accenture, BirlaSoft,
How to configure a website without using IIS.
5. What three Specific Job Positions do you target from Swatz Oils GROUP U.K?
How to find the client browser type ?
4 Answers AQA, Cognizant, Satyam,
What are the main differences between asp and asp.net?
What are the different ways you would consider sending data across pages in ASP (i.e between 1.asp to 2.asp)?
if you disable view state of a textbox will it maintain data during postbacks.if yes reason
9 Answers FactorH, Jindal, Oxi Infotech,
what are types of viewstate