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
benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks
What is voluum?
What is a web farm?
What is tracing? Where is it used?
Where is the view state data stored in asp net?
Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?
Why do we need a web application session?
What is the difference between exe and dll?
How will you do windows authentication and what is the namespace? If a user is logged under integrated windows authentication mode, but he is still not able to logon, what might be the possible cause for this? In ASP.Net application how do you find the name of the logged in person under windows authentication?
How does ASP.NET framework maps client side events to Server side events.?
Where viewstate value is stored in asp.net?
What are the steps to follow to host a web application on a web server?
Which platform does Microsoft .NET use for exchanging data between applications?
What is state management in .net?
When you use Ajax controls in the ASP.NET application?