I am using ajax call back for void method.But if i call other method in the calling method.M geeting error.Any help me would be appericiated. Below is my code
[WebMethod]
public static void BindNextActions()
{
BindGridView(); ---Error at this point..its a private void method
}
BindGridView()an event method? – viki Jan 7 at 7:19