I bound my datagrid with database
I added a checkbox column to the datagrid Now I want to take some data from the database to another datagrid when I click on the checkbox That is I have to add differnt data from the database when I click on the checkboxes on different rows
I searched in several sites then I got the method to do this in the design time. But I want to do this in the run time.
So pls suggest me any example projects or any links