I have to show users entered parameters in Asp.net Gridview example some values from dropdownlist textboxes and startDate EndDate etc . I am getting these values from user and a
You need to get the previous datatable from session and read it and put rows in it. This should be done at addrow AddButton_Click event.
datatable
session
AddButton_Click