Calling Server Code by using javascript

Implementing Client Callbacks Programmatic Without Post-backs in ASP.NET Web Pages How can we call c# server side code by using java-script. Here i am given you an example in which i described that how to call it Use this code in aspx page <html xmlns=”http://www.w3.org/1999/xhtml”> <head runat=”server”> <title></title> </head> <script type=”text/javascript”> function ReceiveServerData(arg, context)… Continue reading