In one word... Everything that comes to the client is Client Side, and Everything that runs while creating the Response is Server Side.
Javascript is client side code which directly sent to the browser, and you can see it using View-Source of the browser. On the other hand, .NET languages are in the server side, resides in the server and you cant find them using view - source of the browser.
www.abhisheksur.com
Theramkumar, if this helps please login to Mark As Answer. |
Reply | Alert Moderator