Is this possible, does anyone know of any good examples
A:
You probably need some kind of data access class which holds a reference to the result of the webservice call and do your databinding on that property.
Gerrie Schenck
2009-04-30 09:14:18
A:
ObjectDataSource requires any particular Object which exposes atleast one of four basic methods to INSERT, UPDATE, DELETE and SELECT.
You need wrap-around the Web service results within a Class. You cannot directly bind the Webservice with ObjectDataSource.
this. __curious_geek
2009-06-30 11:07:24