How to call a c# method in javascript function directly. (eg page_load method of code behind page). Please help me.
page_load
Simple answer: YOU CANNOT (at least page_load specifically)! Get clear understanding about what is server-side and what is client side code.
Other options to call server side methods is using AJAX! Read.