Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

using datagrid control

Status
Not open for further replies.

oinky

Programmer
Oct 29, 2001
45
US
Im new to using vb.net and am having some trouble getting the datagrid control to work the way i want. I have a text file with data that is tab delimited. It looks something like

4-27-02 344 456.90 2345
4-29-02 345 179.90 2000

Its just plain text data. I want to display this data using the datagrid control but I am not sure how to do it. In msdn it says first i have to bind the datagrid to a dataset. And in the dataset i have to set up columns and tables? I am pretty confused on how to do this. Does any1 know of any good vb.net tutorial pages that explains how to do this or have some sample code for using datagrids? Thanks a lot for your help.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top