hey guys
i set the datasource property of my combobox to datatable
and ofcourse the displaymember and value member
and now i want to take the text in the selected item aand save it into variable?
i tried this
but it is returned datarowviewCode:dim x as string=nothing x=combobox1.selecteditem.tostring
so what i must do??




Reply With Quote