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
Define cache? : Dot net architecture
Explain about validation?
What is .net mobile utility controls. Explain with an example? : 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
.Net Frame work arch?
What is textbox control of .net mobile? : Microsoft dot net mobile
How resource files are used in .net?
Does .NET runtime offer Deterministic Destruction or not?
How to implement the display in the class printdoc (how to resolve the naming conflict) a: no naming conflicts
What's the difference between an application and a program?
What is .net mobile automatic paging? : Microsoft dot net mobile
Explain the difference between state server and sqlserver : Dot net architecture
Explain about continuable exceptions?
how to delete the record using data reader
How do I stop a thread?