DataGrid or DataTable VB.NET

oafc0000

Member
Joined
Jan 28, 2003
Messages
18
Hi Guys and Girls

I have placed data out of a datastore into a Data Table. Then I have populated a datagrid with this data.

Now I want to grab this data and place it into a Excel Document.

What is easier for this purpose, taking the data from the datagrid or taking the data from the DataTable. And who do you do it??

For example, I thought there would be a way of getting data from the datagrid by specifing the Row and Col value then sayiung take that value. But I cant find anyway of doing this.

I can get it to work in VB6 but VB.Net is totaly different,

Please Help :)
 
Back
Top