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.
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.