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 will you do windows authentication and what is the namespace?
What are bindings?
What is cache coherency and how is it eliminated? : .NET Architecture
What is a clickonce application?
difference between Response.write,server.transfer and also which one is used when ?
What's the difference between an application and a program?
Differences between VS 2005, 2008 and 2010 ?
Explain the types of memory management? : .NET Architecture
Describe the advantages of writing a managed code application instead of unmanaged one. What is involved in certain piece of code being managed?
What re interop services?
What is a managed code is dim fs as filestreamobject is a managed code? : .NET Architecture
What is Video Streaming in .net??
How to improve the cache performance? : Dot net architecture
What is the use of TPL DATAFLOW?
Define pipelining? : Dot net architecture