Interview Questions  

Go Back   Interview Questions > Interview Questions & Answers > Information Technology > Microsoft Technologies > Dot Net > ASP.NET

ASP.NET ASP.NET Interview Questions, Learn by sharing ASP.NET Interview Questions asked in various companies, Get Career advices, Interview Procedures from ASP.NET experts, Post asked ASP.NET Interview Questions and Answers.

   

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-12-2008, 03:00 PM
Senior Member
 
Join Date: Feb 2008
Posts: 9,095
Default Explain the differences between Server-side and Client-side code?

Explain the differences between Server-side and Client-side code?
Reply With Quote
  #2 (permalink)  
Old 05-07-2008, 05:39 PM
Junior Member
 
Join Date: May 2008
Posts: 20
Default

Server side code excuted in server
Client side code excuted on clients browser.
Reply With Quote
  #3 (permalink)  
Old 05-16-2008, 04:52 AM
Junior Member
 
Join Date: May 2008
Posts: 10
Default

Server side code is executed on the server, so it will be executed when page is posted back to the server. Client side code is executed on the client's machine for which we use scripting. Client side code is much faster than server side code.
Reply With Quote
  #4 (permalink)  
Old 07-04-2008, 04:06 PM
Junior Member
 
Join Date: Jul 2008
Posts: 2
Default

Server side code is takes a request from client,and it replies to client,means serer side code is like back end,and client side code is front end
Reply With Quote
  #5 (permalink)  
Old 07-25-2008, 03:23 PM
Junior Member
 
Join Date: Jul 2008
Posts: 2
Default

for example u can use client side scripting languages like javascript and vbscript for form validations like, user name should not be blank, password must contain this no. of characters like that...which executes in client's browser, whereas server side scripting languages aka code-behind files executes in the server, processes the client's request and sends back the processed output to the client as HTML page...
Reply With Quote
Reply

Tags
asp.net, interview questions

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On