A little help? -all around - saving opening working with data tables.

tr0n

Newcomer
Joined
Feb 16, 2005
Messages
2
I have a little problem :D

I Just started working with vb.net last sunday...
I have my form allready built but i have a handful of questions regarding the code behind it.

1) I have made it so that i can open a file.. but then what do i do with it..

2) Same problem with saving.. I dont know where to get the info to save. And stuff.

3) How do i get information .. into the data table thingy and then once i have it how do i export it to save it.

Thx, i love you ALL <3
 
Hmmm...

I get the feeling you are looking for a complete walkthrough on using the datagrid. try reading up using the MSDN to get info on the methods available to the datagrid and how they organise the data within.

Your question is a little vague to easily answer in a few sentences so I would search for tutorials on the datagrid.

start here...
http://msdn.microsoft.com/library/d...fSystemWebUIWebControlsDataGridClassTopic.asp

:cool:
 
Back
Top