Hi

i have 2 gridviews say gridview1 and gridview2. I am populating gridview1 with data from database and on selection of the row from gridview1 i am getting productid from gridview1 and passing it as a control to gridview2 so that the row can be populated in gridview2 by using that productid.

Now my problem is it works fine with the one row selection. If i select another row than it overwrites the first one. which i dont want i want whenever user selects the row it should keep on adding in the gridview2.

Any help is appreciated.