Databing a grid with web service object

I was using a datagrid binding it with a web service object, i was just wondering whether it is better to bind a grid with the webservice object directly or using certain datasets to bind the datagrid to the webservice object.
[226 byte] By [santanu] at [2008-2-24]
# 1

Please help me understand what you mean by "bind to the WebService directly"? Normally, you'll make a call on a web service method and it will return data and you bind to that data. You can pass a DataSet back from your web service if you want to use DataSet binding - however, this is not required in order to get your WebService to work with data binding.

Joe

JoeStegman at 2007-9-8 > top of Msdn Tech,Windows Forms,Windows Forms Data Controls and Databinding...