I am new to VB and VS 2010. I have a problem.I have created a database.
Now I have created a windows form in which i have added some combo boxes.
I want to select the value of the combo box and when ADD is clicked on the form it should be added to the database.
In textbox we do Textbox1.text to select the value.
What will we do in Combobox .????
Please help me soon…
Thank You in Advance…!!!
You can also get the value of selected item inside the
comboBoxby using the.Textproperty