views:

262

answers:

2

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
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