| |
GeekInterview.com > Interview Questions > Microsoft > DotNet
| Print | |
Question: Explain the differences between Server-side and Client-side code?
|
| August 08, 2005 14:18:51 |
#4 |
| Jitendra Kumar |
Member Since: Visitor Total Comments: N/A |
RE: Explain the differences between Server-side and Client-side code? |
Serverside Code: Serverside Code is the Code which resides and executes on the server. After execution it give Client Side Code or Do some Action. Clidentside Code: Clientside Code is the code which is generated by Server and executes on Client Machine. It could be in form of HTML, JavaScript or XML or any Scripting Langaguate which is supported by relevant browser. |
| |
Back To Question | |