Actually i am adding a row to DATATABLE at linkbutton click.. This DATATABLE i am binding it to Gridview. After binding if user adds one more row to DATATABLE(TELL ME HOW TO ADD THAT ALSO)
Then the DATATBLE should display both the rows ie also the previously added row also..
in my case datatable is displaying only currently added row and not the previous row,.. How to show all the rows..
Point to note: i am not saving the row to database