Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Answer Posted / manjunath

1.server side code will be executed on server side by
vb.net or c#.net compiler and sent to client. client side
code is executed on client side by client browsers.

2.since the compiled code in server cannot be viewed on
client browser. client side code in HTML format can be seen
easily by view source.

3.client side validations like field check,email validation
done on the browser using (javascript). while login id and
password verifications are done on the server side.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are different types that a variable can be defined and their scopes ?

1095


Can I create my own metadata attributes?

1102


What is the difference between .net mobile pages and ordinary .net web page? : Microsoft dot net mobile

1000


Explain the difference between l1 and l2 cache? : Dot net architecture

1023


Explain the use of virtual, sealed, override, and abstract.

1037


What is the difference between machine config vs. Web config : Dot net architecture

998


Difference between type constructor and instance constructor?

1183


Differences between VS 2005, 2008 and 2010 ?

1064


Why the config file might not be writable

1203


how to set the startup position of the form?

1998


Tell me .net mobile emulators? : Microsoft dot net mobile

1007


What is cache coherency and how is it eliminated? : Dot net architecture

999


Do you know textbox and textview controls of .net mobile? : Microsoft dot net mobile

1098


What is the difference between an application and a program?

982


if there are two application 1 and 2 having a variable x in both app if client1 changes value of x in 1 app client 2 want reads the value of x from 2 app what resultant value will he get

2362