I need to populate a data-source with a post to serverside script the data is returned in JSON format the parameters are similar to the post below:-
The query is to large to perform without these parameters
Please Help also I know there is very little info but as its quite a simple thing I am looking to do hopefully it should be enough.
$.post("../Services/MeterType.aspx", { PC: $('#PC').val(), MTC: $('#MTC').val(), LLF: $('#LLF').val(), REC: $('#REC').val() } });The query is to large to perform without these parameters
Please Help also I know there is very little info but as its quite a simple thing I am looking to do hopefully it should be enough.