M
MadCrazyNewbie
Hey again Group,
Sorry to keep been a pain but ..............
I have the following code:
If Me.BindingContext(objdsAccess, "Users").Position <> -1 And Not mlLoading
Then
objdsAccess.Users.Rows(Me.BindingContext(objdsAccess,
"Users").Position).Item("AccessLevelID") = Me.ComboBox1.SelectedValue
End If
What would the Equivilant be if I wanted to use it in a Datagrid? I changed
Me.datagrid1.SelectedValue
But it error saying: D:\Test Apps\App1New\DataForm1.vb(558): 'SelectedValue'
is not a member of 'System.Windows.Forms.DataGrid'.
Could anybody possible help?
Many Thanks
MCN
Sorry to keep been a pain but ..............
I have the following code:
If Me.BindingContext(objdsAccess, "Users").Position <> -1 And Not mlLoading
Then
objdsAccess.Users.Rows(Me.BindingContext(objdsAccess,
"Users").Position).Item("AccessLevelID") = Me.ComboBox1.SelectedValue
End If
What would the Equivilant be if I wanted to use it in a Datagrid? I changed
Me.datagrid1.SelectedValue
But it error saying: D:\Test Apps\App1New\DataForm1.vb(558): 'SelectedValue'
is not a member of 'System.Windows.Forms.DataGrid'.
Could anybody possible help?
Many Thanks
MCN