Should user input data validation occur server-side or
client-side? Why?
Answer Posted / sapna
User input data validation should occur on client side.
Then for each transaction there is no need to contact with
server thereby transactions decreases and efficiency
increases.
Is This Answer Correct ? | 19 Yes | 8 No |
Post New Answer View All Answers
Explain the difference between singleton and single call?
Describe the Server Control Events of ASP.NET?
Where the assembly is stored in asp.net?
What is asp net objects?
Why and where this web.config file is used?
What is difference between view state and session state?
How to comment out asp.net tags?
Can we use html in asp.net?
Why do we use sessions?
Explain how asp.net different from asp?
What is the difference between application state and caching?
What is the difference between session and application?
Explain different types of Caching techniques in ASP.NET?
What type of code, client-side or server-side, is found in a code-behind file of a Web page?
What is side-by-side execution? Can two applications, one using a private assembly and other using a shared assembly, be stated as side-by-side executables?