all groups > vb.net controls > september 2004 >
You're in the

vb.net controls

group:

Retrive a value from DataGrid


Re: Retrive a value from DataGrid Ken Tucker [MVP]
9/28/2004 6:48:31 AM
vb.net controls:
Hi,

Dim ASID As Double

ASID = CType(DataGrid1.Item(row, col), Double)



Ken

-----------------------

[quoted text, click to view]
I want retrive value from specific row,column of a datagrid.

In VB 6 if I write this code in DataGrid on DoubleClick, I will get the
value of row,column depending on the record that I have selected.

Dim ASID As Double
ASID = dgPS.Columns(0)


How I will achive this in VB.Net?


Partha



Retrive a value from DataGrid Partha Protim Roy
9/28/2004 2:49:27 PM
I want retrive value from specific row,column of a datagrid.

In VB 6 if I write this code in DataGrid on DoubleClick, I will get the
value of row,column depending on the record that I have selected.

Dim ASID As Double
ASID = dgPS.Columns(0)


How I will achive this in VB.Net?


Partha


AddThis Social Bookmark Button