Link to home
Start Free TrialLog in
Avatar of SoderCC
SoderCC

asked on

Datagridview write\read Rows to\from text file

Vsiual Studio 2008 visual basic, datagridview unbound,
Datagridview is unbound
Row information is collected from user input
i can save all of my user input to text file except for the datagridview collection, I would like everything in one file.
Cant seem to get the datagridview row information into a string format
i know i have to loop through the collection, but I cant find any information in regard to returning the values of the cells tostring

Thank You in advance for the help
ASKER CERTIFIED SOLUTION
Avatar of Gyanendra Singh
Gyanendra Singh
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of SoderCC
SoderCC

ASKER

Thanks
I am coding in VB.  Although I get the gist of what needs to be done. I will play with it for awhile