J
Joe
I admit that although I am an experienced programmer, I am a
complete novice when it comes to using the DataGridView component
(VS2005) with VB.NET
I am trying to access the value in a specific cell of the
selected row. DatagridView contains a list of timesheets. It is
bound to a dataset containing a datatable - dtTimesheets. In this
table and also the grid, TimesheetID is in the left most column
followed by some other information in about the timesheets in the
other columns. I want to do something like this:
Dim SelectedTimesheetID As Integer
SelectedTimesheetID = dbgrdTimesheets. ????
I don't want the INDEX, I want the actual value of the data in
that cell.
Can someone assist me with the right side of this statement?
Any help truly appreciated,
J
complete novice when it comes to using the DataGridView component
(VS2005) with VB.NET
I am trying to access the value in a specific cell of the
selected row. DatagridView contains a list of timesheets. It is
bound to a dataset containing a datatable - dtTimesheets. In this
table and also the grid, TimesheetID is in the left most column
followed by some other information in about the timesheets in the
other columns. I want to do something like this:
Dim SelectedTimesheetID As Integer
SelectedTimesheetID = dbgrdTimesheets. ????
I don't want the INDEX, I want the actual value of the data in
that cell.
Can someone assist me with the right side of this statement?
Any help truly appreciated,
J