Making a service call for json object
-
Hi , i am using page life cycle for AJAX webservice call.. OnPreRenderComplete , i am having result of the first service call in the form of JSON.. before rendering this data to js page.. i want to make a another service call for the one of the json data...and i want to render these information to js finally... 2 service call... with the first service call result i want to make a another call...the full data i want to render back... kindly suggest best way to do so.. thanks in advance..
-
Hi , i am using page life cycle for AJAX webservice call.. OnPreRenderComplete , i am having result of the first service call in the form of JSON.. before rendering this data to js page.. i want to make a another service call for the one of the json data...and i want to render these information to js finally... 2 service call... with the first service call result i want to make a another call...the full data i want to render back... kindly suggest best way to do so.. thanks in advance..