Explain the differences between Server-side and Client-side
code?

Answer Posted / tiger skumar

Server side validation can be done on server side controls
using server controls.
But Client side validation can be done at browser.

The control validation can be done at client browser instead
of server side validation.Because its additional overhead to
the server.

For example,Mandatatory fields checking.It can be done at
client browser.No need at server side.

But the login and password must be validate at server side.

The client side validation can be done using the Javascript
or vb script.

Is This Answer Correct ?    53 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the default authentication mode for asp.net?

778


Why do we need asp.net?

774


Is web config mandatory?

729


Explain the concept of View Model in MVC?

802


What is diff. Between abstract class and an interface?

727


Explain global assembly cache.

768


Which tool you have done?

1653


What is the difference between a candidate key and primary key?

746


What is caching? What are different ways of caching in asp.net?

899


what is AutoEventWireUp and what is the use of This property explain in details?

1344


How long does an http session last?

697


Explain how cookies work. Give an example of cookie abuse.

876


Define caching.

830


What is the procedure to handle the process request using mhpm events fired? : asp.net mvc

758


What is s2s tracking?

731