Should user input data validation occur server-side or
client-side? Why?
Answer Posted / manish singh(amalga fusion)
user input data validation can occur both side means client
side as well as server side. but generally validated on
client side because in this validation no any sever
resources used for validation. So it provides less
overhead on server and application performance become fast
rather than server side. if we validate user input data on
server side every time data check on server so the
performance of application become slow down.
Is This Answer Correct ? | 17 Yes | 7 No |
Post New Answer View All Answers
How can you enable impersonation in the web.config file?
What is windows active directory authentication?
what are the ihttphandler and ihttphandlerfactory interfaces ?
What are the different types of Caching techniques in ASP.NET?
while developing webservices if i want some users to use my webservice only how can i give security to my webservice?
What is enableviewstate?
What is the maximum number of classes that can be contained in one dll file?
What is considered a service provider?
What is difference between web config and global asax?
How would you enable impersonation in the web.config file?
What is & in a url?
Define the types of configuration files.
Which method is used to force all the validation controls to run?
How do you open a page in a new window?
Explain how viewstate is being formed?