I have a vb.net page with 2 grids where a user can drag a record from one grid to another. I would like to know how I get access to the value of the cells which have been selected and are being dragged by the user (draggeditems) I would like to take the datakey value from this row and then carry out the relevant database updates needed on the rowdrop event.
I have it all working when values are hard coded I just need to know how to access the dragged row cell values.
Thanks in advance for any assistance.
I have it all working when values are hard coded I just need to know how to access the dragged row cell values.
Thanks in advance for any assistance.