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?



August 08, 2005 03:30:05 #1
 Jatinder Singh Rana   Member Since: Visitor    Total Comments: N/A 

RE: Explain the differences between Server-side and Client-side code?
 
Server side code get executed on the web server in the response of request for any aspx page 
where client-side code get executed on the client browser (e.g validation of controls, dynamically hidding and displaying some of controls or there values etc)
     

 

Back To Question