Hi,
I have asp.net gridview with item template columns (of textboxes) to which I am binding a data table. I have a button "Add" outside the grid view, on click of which I am adding a new row to bound data table and binding to gridview again. If I enter values
in the textboxes inside gridview, and then click Add button - I am losing the values in the textboxes.
Go to the complete details ...