I have a web service which is returning a dataset ... this dataset will be bound to a data grid inside an update panel.
How can I get that dataset to the data grid IF the web service is being called via java script ?
Am trying to avoid getting back XML as that would mean a lot of DOM parsing and I dont want to use the DOM structure unless abs necessary ?
If the webservice is being called using javascript, I assume it is on the clientside.
But the binding to the data grid will have to be done on the server.
One way to go is to call the webservice on the server and bind the returned dataset to the datagrid.
Hi,
Maybe this article is helpful to you:http://dotnetslackers.com/articles/ajax/ASPNETAjaxGridAndPager.aspx
Best Regards
No comments:
Post a Comment