Dear Sir,
We have a VB.Net 2003 winforms application.
I have created a datagrid "datagrid1" with 3 columns in it(FirstName, LastName, CheckboxColumn). One of the columns is a checkbox column.
Lets say the user selected 5 checkbox rows(out of 20 rows), I would like to retrieve the FirstName & LastName values for these selected 5 rows from the Datagrid & display it in a listbox. Please advise how can it be done.
Your help is much appreciated.
Thanks in advance,
Start Free Trial