I am reading that DataSets aren't almost never the best choice. But when I searched code examples for populate a DataGridView I realized that in amost all of the examples DataSet are used.
So is there a better way? or have I to use DataSets?
For if you need, I want to use the DataGridView to select, insert and update data from a table in SQL Server.