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.