G
Guest
Hi
I'm using this code to display the selected item in msgbox
Dim ob As Object
ob = cmbCategory.SelectedItem
MsgBox(ob.ToString())
but all what I see is "System.Data.DataRowView", and the same result with
cmbCategory.Text .
thanks
I'm using this code to display the selected item in msgbox
Dim ob As Object
ob = cmbCategory.SelectedItem
MsgBox(ob.ToString())
but all what I see is "System.Data.DataRowView", and the same result with
cmbCategory.Text .
thanks