| |
GeekInterview.com > Interview Questions > Microsoft > DotNet
| Print | |
Question: Explain the differences between Server-side and Client-side code?
|
| June 06, 2005 04:31:20 |
#1 |
| VinodKumar Kakde |
Member Since: Visitor Total Comments: N/A |
RE: Explain the differences between Server-side and Client-side code? |
server side code is responsible to execute and provide the executed code to the browser at the client side. the executed code may be either in XML or Plain HTML. the executed code only have the values or the results that are executed on the server. The clients browser executes the HTML code and displays the result. where as the client side code executes at client side and displays the result in its browser. it the client side core consist of certain functions that are to be executed on server then it places request to the server and the server responses as the result in form of HTML. |
| |
Back To Question | |