+ 4
C# is the code for the server side (look up info from a database, return pages, search results, etc...)
javascript is a powerful tool to add client side functionality and perform actions without the need to send more requests which loads the server
of course it is much broader than that
read up on the subject more here: http://www.seguetech.com/client-server-side-code/



