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?



April 04, 2007 07:44:45 #9
 Mukesh   Member Since: Visitor    Total Comments: N/A 

RE: Explain the differences between Server-side and Cl...
 
Server side scripting(whatever the language it may be i.e. VB.NET,C#,ASP etc) will always run on server side and create roundtrip on server,but in case of client side scpripting,it will always run on client side(mainly used for information or control validation).As it runs on client's brower it does not create any roundtrip to the server.Javascript is a popular clientside scripting language.
     

 

Back To Question