I have an access database, which has a table, which has two fields. Item and Price. Very simple.
I created a vb.net project, on that form is a radgrid. The radgrid I created two columns. The first column is a combbox (item), the second a textbox (price). I bound the combobox to the accesstable.item. When I run the project, I can see the items in the combobox. However what I want to do is when I select an item, I want the price column to populate with the price associated with that item.
Can anyone help?
I created a vb.net project, on that form is a radgrid. The radgrid I created two columns. The first column is a combbox (item), the second a textbox (price). I bound the combobox to the accesstable.item. When I run the project, I can see the items in the combobox. However what I want to do is when I select an item, I want the price column to populate with the price associated with that item.
Can anyone help?