Hi,
I have a datagridview (DgvProductDet) it has 5 columns (data bounded)
TruckModel
ProductName
Quantity
Priceperitem
Buy Now (Button Click)
I have another dagaridview (DgvSelectedItems) it has 4 columns (data unbounded)
TruckModel
ProductName
Quantity
Priceperitem
What I want to achieve is that when the Buy Now (Button Click) which is at the end of each row is clicked, the details of that row are populated on the other datagridview (DgvSelectedItems)..
How can I achieve this please?
Thanks


Reply With Quote

Bookmarks