3. Should validation (did the user enter a real date) occur
server-side or client-side? Why?
Answer Posted / 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 |
Post New Answer View All Answers
Define dma? : Dot net architecture
Waht is Dot net Arcitecture
What is the purpose of cache? : Dot net architecture
What does this do? Gacutil /l | find /i "corillian"
What is the difference between metadata and menifest ?
What is the difference between .net mobile pages and ordinary .net web page? : Microsoft dot net mobile
What is the purpose of Treeview control?
What is cookie less session?
Explain the five stages in a dlx pipeline? : .NET Architecture
Does application frame need host?
Explain pipelining? : .NET Architecture
How can implement drag and drop using atlas?
what is the difference between running an application with and without debugger?
What are library functions?
Explain the use of virtual, sealed, override, and abstract.