Hi, Greetings,
I have a web page that lets users select items. To let the user do this, we have two grids, the left grid shows all the available items, and the right side grid shows selected rows. we have two buttons in between one to select and one to remove selected item. (Both the grids have similar columns)
on button click (Server side), we would like to get the left side selected rows (update the database) and then ADD it to the right side selected grid. (we have problems of adding those selected rows to the other grid)
What is the best way to do this? I have found no simpler way of acheiving this yet. can you please advise...
Thanks Don Almeida.
I have a web page that lets users select items. To let the user do this, we have two grids, the left grid shows all the available items, and the right side grid shows selected rows. we have two buttons in between one to select and one to remove selected item. (Both the grids have similar columns)
on button click (Server side), we would like to get the left side selected rows (update the database) and then ADD it to the right side selected grid. (we have problems of adding those selected rows to the other grid)
What is the best way to do this? I have found no simpler way of acheiving this yet. can you please advise...
Thanks Don Almeida.