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

Answer Posted / sateesh kumar

Server-side code executes at server-side like asp.net server
controls and server validation controls

client-side means all the code will be executed by web
browser like all the validation will be executes by browser
using javascript.

only the differance comes in performance
1.if u place a RegularExpressionValidator it results a
request and obviously server has to send response.

2.only the advantage with server-side is,no need of writing
javascript statements and no need to bather from malicious
attacks on the source code.

Is This Answer Correct ?    6 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many types of validators are there in asp net?

489


Explain the Session state management options available with ASP.NET?

560


Describe the diffeerence between inline and code behind?

506


Define satellite assemblies.

584


What is a postback in asp net?

529






They mostly asked difference between versions of technologies

934


When Cookies are expired in ASP.NET?

569


What is postback and autopostback in asp.net?

521


What is microsoft windows sharepoint services?

538


What are cao and sao.

537


How ViewstateMac works?

2359


What is difference between cookies and cache?

513


What is authorization in asp.net?

567


Describe session handling in a webfarm, how does it work and what are the limits?

576


Explain how asp.net different from asp?

551