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?
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?
its very simple just u need to do is dim numberofRow as integer numberofRow = datagrid.row