How to call a c# method in javascript function directly. (eg page_load method of code behind page). Please help me.
page_load
You can create an ASHX handler where the C# method you want to run is executed and then use AJAX/jQuery to call the handler.