G
Guest
Hi, I need help. follow my question.
I'm trying to show in a mesagge box a record that I select on a combo box,
but it show the first time the first record in the data table
and then I select anotherone.it just gave me a message of
System.Data.DataRowView.
The code that I'm using is the follow:
Dim ds As MirrorDataSet
Dim cb As String
Dim i As Integer
i = cbocourses.SelectedIndex
cb = cbocourses.SelectedValue.ToString()
MsgBox(cb, MsgBoxStyle.DefaultButton1)
thanks
Ari
I'm trying to show in a mesagge box a record that I select on a combo box,
but it show the first time the first record in the data table
and then I select anotherone.it just gave me a message of
System.Data.DataRowView.
The code that I'm using is the follow:
Dim ds As MirrorDataSet
Dim cb As String
Dim i As Integer
i = cbocourses.SelectedIndex
cb = cbocourses.SelectedValue.ToString()
MsgBox(cb, MsgBoxStyle.DefaultButton1)
thanks
Ari