I attempted to trigger my OnSuccess function, but it did not execute on the server.
This is my code:
function Get_Data(option , text){
//returns 'data', 'data', --not call OnSuccess--
PageMethods.BindSeries(option,text,OnSuccess);
}
function OnSuccess(Response){//content-logic}