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?



October 10, 2005 03:49:41 #6
 Sudhakar Leo   Member Since: Visitor    Total Comments: N/A 

RE: Explain the differences between Server-side and Cl...
 
Server Side Code : It is written in the .CS file for C# and .vb file for VB.Net and the Code is executed in the Server sideClient Side Code : it is a scripting language that can be included in the HTML Page or can contain in the Source File either .vb or .cs and it is executed in the Browser
     

 

Back To Question