GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Microsoft  >  ASP.NET 2.0

 Print  |  
Question:  Explain the differences between Server-side and Client-side code?



September 09, 2005 07:59:07 #5
 Prashanth Gajra Microsoft Expert  Member Since: September 2005    Total Comments: 2 

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

Server side code is executed at the server and written in VB Code whereas client side code is executed at the client side. Mostly client side coding is done in Javascrit.

The reason why we do client side validations is to save the to and fro time taken for the request to go to the server and the response to get back to the browser.

     

 

Back To Question