i need to select a row in a Datagrid. I tried Datagrid.Row
it is Not Working, any one help on this
Code -
For nlRo = 1 To DataGrid.ApproxCount
DataGrid.Refresh
DataGrid.Ro =nlRo
DataGrid.Col=1
DataGrid.Text = nlRo
Next nlRo
'' Row is not selecting.....
ASKED:
Jun 19 2009 12:45 AM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _