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
Is it right that ASP.NET Web API has replaced WCF?
COM+ Used ________________ Isolation Level
Explain how can you debug your .net application?
What is different in .net 1.1 and .net 2.0?
Define a web service in .net?
How use Xml data in ASP.net?
What is the difference between c# and .net?
Explain the different types of assemblies?
What is the difference between union and structure?
Explain program to call the js function when the change is being made in the dropdown list made in asp.net mvc? : asp.net mvc
Explain about ASP.NET?
Describe the events in the life cycle of a web application.
Fetch one page value to another page without using state-managment ?
Do you know about caching with the datasource controls?
What are the various types of cookies in asp.net?