Hi
I'm using this code to display the selected item in msgbox
Dim ob As Object
ob = cmbCategory.Sel ectedItem
MsgBox(ob.ToStr ing())
but all what I see is "System.Data.Da taRowView", and the same result with
cmbCategory.Tex t .
thanks
--
Regads,
Rochdi
I'm using this code to display the selected item in msgbox
Dim ob As Object
ob = cmbCategory.Sel ectedItem
MsgBox(ob.ToStr ing())
but all what I see is "System.Data.Da taRowView", and the same result with
cmbCategory.Tex t .
thanks
--
Regads,
Rochdi
Comment