3. Should validation (did the user enter a real date) occur
server-side or client-side? Why?
Answers were Sorted based on User's Feedback
Answer / pankaj
Validation has to happen on both the side at client side as
well as the server side. The reason is anyone with little
idea of the website may gain entry directly to the desired
page by passing his own parameter and server side
validation shall take care of this unauthorised entry.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / raghumadhav tirunagari
client side . there is no need to go to validate user input.
If it relates to data base validation we need to validate at
server side.
Is This Answer Correct ? | 2 Yes | 2 No |
Answer / joshuab
Validation should strictly occur in client side...
because the user's input format should be verified then and
there, for this server side validation is of no use,
whereas to validate the userid and the password server side
validation is the only option.
Joshua_________
www.prodigyapex.com
Is This Answer Correct ? | 1 Yes | 3 No |
Answer / joshuab
Validation should strictly occur in client side...
because the user's input format should be verified then and
there, for this server side validation is of no use,
whereas to validate the userid and the password server side
validation is the only option.
Joshua_________
www.prodigyapex.com
Is This Answer Correct ? | 0 Yes | 3 No |
Which is the best institute in chennai to learn DotNet? Please help.
48 Answers HCL, Infosys, NIIT,
how to kill user session ?
Does .NET runtime offer Deterministic Destruction or not?
Explain the differences between Server-side and Client-side code?
What is ITIL? What is the use of ITIL and how it works?
Differences between VS 2005, 2008 and 2010 ?
Which software is used for .net programming?
Explain .net mobile events? : Microsoft dot net mobile
What re interop services?
how u maintain data while navigating one page to another?
what is just in time compilation?
which tag i need to use manually to bind columns in a datagrid ?