Can we add two columns of grid view and display only one row with added one
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
I got a new requirement like this i dont have any idea what need to be done on this. I am binding this grid from checkbox change of another one so i add all objects to one list and add one by one one first list to second and bind second. Now on the my working required result grid. I have a name of item and its quantity on this result grid.Now same item and quantity if added multiple times from different check from the first grid I need to add the quantity and display one row. cannot sum on database because it takes value from different id according to check on first grid value only one on one check.