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
Explain Authentication mechanism in dotnet
Define static member?
To display data in the combo box, prior to setting the Data Source, what kind of property on a Combo Box do you set with a column name?
What are the Types of authentications in IIS
What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
How many web.config files can I have in an application?
How can you debug your.net application?
What is role-based security in asp.net?
Explain security types in asp.net?
What is in a session cookie?
Why would a company use an application service provider?
Which data type does the rangevalidator control support?
How to rename a table using sql queries?
Explain client side state management system.
Can you explain autopostback?