I am using the following ways to call :
Using Page Methods
1)
function callBackMiscQuoteItems(val) {
PageMethods.FillTowingMiscItemsGrid();
}
[WebMethod]
public static void BindControls() {
}
2) <% BindControls(); %>
but this 2 procedures are not working
anybody there to help me out ..
can we use JQuery to call or any other way ?