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

Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?

518


Where the viewstate is stored after the page postback?

672


Explain the steps to be followed to use passport authentication.

581


How many types of cookies are there in asp.net?

529


What is a web farm?

587






Can a .net web application consume java web service?

507


Explain the disadvantages of viewstate?

567


Explain about solution explorer window?

610


How can you access the properties and controls of master pages from content pages?

511


How is the asp.net mvc architecture different from others? : asp.net mvc

475


What is the recommended approach for asp.net mvc to globally intercept exceptions? What other functionality can be implemented with the approach? : Asp.Net MVC

490


What is mta?

620


What are the advantages of using sql stored procedures instead of adhoc sql queries in an asp.net web application?

571


What is page request in asp.net?

521


What is semantic gap?

613