Ok, here is my problem. I have a form with 4 comboboxes. the comboboxed are filled with items in 4 categories from a database. What I need to to is that when a user makes a selection from the combobox(the item's selectedindex.changed), I want it to go back to the database and pull the price for the item. The items have an item ID as well, and I am thinking that I need to load this value into the comboboxes as well (thoughnot make it visible) I am doing the DB by code, not by wizard.
Any ideas?
Any ideas?