I am using this command to get data for ListGrid
ListGridDS.fetchData({id:1}, "ListGrid.setData(data)");
DC is showing this:
16:01:52.958:DEBUG:RPCManager:XMLHttpRequest POST to main.asp?datarequest=xml&methodexecute=mPricing contentType: application/x-www-form-urlencoded; charset=UTF-8 with body -->id=1<--
But my backend is not receiving id via QuesryString. What am I doing wrong?
Thanks
ListGridDS.fetchData({id:1}, "ListGrid.setData(data)");
DC is showing this:
16:01:52.958:DEBUG:RPCManager:XMLHttpRequest POST to main.asp?datarequest=xml&methodexecute=mPricing contentType: application/x-www-form-urlencoded; charset=UTF-8 with body -->id=1<--
But my backend is not receiving id via QuesryString. What am I doing wrong?
Thanks
Comment