Click here to Skip to main content
15,912,082 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have got two grid view, Zone and Zone Selected. I want to remove data from grd zone and save same data in grdZoneSelected when the select button is pressed. Similarly. I want to remove data from grdZoneselected and save in grd zone when remove button in grdZone is pressed.
Posted

1 solution

you can work on the selected row event of the Grid. In that way we can get those selected records. after getitng those records you can store that in a data table and add to the next data table at the same time remove those records from the existing datatable and rebind the grid.
-SG
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900