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 ? | 0 Yes | 3 No |
Post New Answer View All Answers
How does .net remoting work?
Explain difference between machine config vs. Web config : Dot net architecture
What is application frame host?
12. Types of polymorphisem[Run and Design Exp.]
What do you know about machine.config file ?
Explain .net mobile selectionlist control? : Microsoft dot net mobile
if there are two application 1 and 2 having a variable x in both app if client1 changes value of x in 1 app client 2 want reads the value of x from 2 app what resultant value will he get
How do you handle this COM components developed in other programming languages in .NET?
What is the numeric attribute of the textbox control in .net mobile? : Microsoft dot net mobile
what is sessions and cookies take one example simple way to understand
how to change the application name?
What is cookie less session?
how to change the title of my window?
How does .net mobile work? : Microsoft dot net mobile
Explain How to improve the cache performance? : Dot net architecture