tags:

views:

1122

answers:

2

I have a vb6 application I am supporting and we need to add a method that grabs data from multiple selected rows in a databound grid.

Can anyone point me in the direction to loop through the datagrid to find out what rows are selected?

+1  A: 
Robert Harvey
A: 

its very simple just u need to do is dim numberofRow as integer numberofRow = datagrid.row

Junaid