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 meaning of TestApi?

628


Will session work if cookies is disabled?

523


What are different types of api?

527


Any disadvantages in Dataset and in reflection ?

2824


What is a viewstate?

564






What is use of <% %> in asp.net?

546


What is an il?

555


Name the two properties are on every validation control?

538


What is ASLM?

678


What is the use of placeholder control? Can we see it at runtime?

569


Explain About duration in caching technique

617


What does asp in asp.net stand for?

516


Differentiate between namespace and assembly.

561


Why is this service branded with windows livetm?

607


How do I publish my asp.net application to my isp's web server?

581