I am having a brain fart on what should be simple for me by now.
I want to get the text of selcted value in a combox into a variable
My msgbox keeps display 0 no matter what i tryCode:Dim sslValue As String = ComboBox1.Text MsgBox(sslValue)
SelectedValue
SelectedItem
etc..
any help
Thanks


Reply With Quote
