Hello
In my Application I have two textbox and datagridview.My datagridview datasource is Data table.I add rows to table from textbox.My problem is when I add different data to table there is only one row.Every time when I second row it removes first.So how to add first,second,third rows to table and show on datagridview?
thanks in advance.
Loading

SenthilkumarPosted Apr 8, 2012, 8:11 AM
As per as my knowledge is concerned, yes you are right! you need to store in any one of them...
Ilkin EastPosted Apr 8, 2012, 6:14 AM
Everything is ok.What if we try to do it in windows application.I need to store it anyware.In a file,xml,database?
Thanks .
SenthilkumarPosted Apr 8, 2012, 4:39 AM
The reason is i think you have not stored the data some where and need to add from the stored data.
I have done the example page. You can change the field name or design.
Design page:
Code File:
Hope this will help you.