I have a datagridview and few testbox. User types in the details into the text box and when pressed enter it adds to the datagridview. Now the question is user will be allowed to save the rows into a text file but it in not saving in a proper format ie i am getting as:
Quantity Name Rate
--------------------
12 wers 30
2323 ertd 40
But i want it to save like this
Quantity Name Rate
--------------------
12 wers 30
2323 ertd 40
Any ideas in vb.net ??? plz help me out