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 |
Let's say I have an existing application written using Visual Studio 6 (VB 6, InterDev 6) and this application utilizes Windows 2000 COM+ transaction services. How would you approach migrating this application to .NET ?
can aspx page have multi language declarations ?
What is different about namespace declaration when comparing that to package declaration in java?
Tell me .net mobile emulators? : Microsoft dot net mobile
What is a managed code is dim fs as filestreamobject is a managed code? : .NET Architecture
What is the mesi? : Dot net architecture
How do I know when my thread pool work item has completed?
How to work with Crystal Reports without using Visual Studio?
Define cache? : Dot net architecture
Explain about httpruntime.cach.get(); method?
What is an asssembly qualified name? Is it a filename? How is it different?
Explain COM with example?