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 15:29:23 #3
 Anil   Member Since: Visitor    Total Comments: N/A 

RE: Explain the differences between Server-side and Client-side code?
 
Client side code will be in javascipt or vb sciprt and will execute only in the clients machine and not on the web server. (validations client side is example for this) 
 
Sever side code will get executed on webserver. These will consume the servers memory.Code behind is example for this.
     

 

Back To Question