Hi to all Xtremers,
Im fecthing data from sql server table to a a dataSet, i want to put it on a datatable so i can bind it to my Datagrid
the purpose of that is to display the rows of my shopping car, so i can easy update and delete data, and in the end i update all rows on my database.
Is this possible to do with my dataSet or i really need to bind data to my dataTable,if so, how can i do it?
Thnx