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


Please Help Members By Posting Answers For Below Questions

What are the differences between clr & cts?

534


What are resource file and how do we generate resource file?

563


Differentiate between Server.Transfer and Response.Redirect with functionality? Why we can choose one over the other?

608


What is difference between view and partial view?

504


Can we use html in asp.net?

498






What is the maximum amount of memory any single process on windows can address?

530


Explain the components of web form in asp.net

541


What are the Types of objects in ASP

579


What is an axd file?

589


What are the events that happen when a client requests an asp.net page from iis server?

480


What is difference between web api and web services?

533


Define dll hell?

625


How can you debug your.net application?

554


What are the types of validation in asp net?

545


What is the difference between dispose() and finalize()?

493