My app returns a dataset from a webservice.
What do people use in the way of grids, NOT 3rd party commercial grids that cost cash, to display the data in the dataset?

Is it OK to bind the dataset to grids in .NET. I know in VB6 this was frowned upon, but what about .NET. I have been led to believe that this is OK, and is the done thing. Is this right?

Woka