J
Jesse
Hi All,
I've been working on a form that has several bound
controls that all link to one table in a dataset. In the
table, there is a column for the filename of jpeg images
related to each record. I have a combobox which displays
the key for each record so that the user can select an
item and all the other controls update. So far i have
the combobox, a label and a textbox all bound and working
correctly when a user selects an item. I have a
pictureBox on the form however that i wish to be bound to
the filename field for the specific row. Does anybody
know how to do this?
Thanks in advance,
Jesse
ps. I don't want to put a BLOB field in the database for
the images and do it that way.
I've been working on a form that has several bound
controls that all link to one table in a dataset. In the
table, there is a column for the filename of jpeg images
related to each record. I have a combobox which displays
the key for each record so that the user can select an
item and all the other controls update. So far i have
the combobox, a label and a textbox all bound and working
correctly when a user selects an item. I have a
pictureBox on the form however that i wish to be bound to
the filename field for the specific row. Does anybody
know how to do this?
Thanks in advance,
Jesse
ps. I don't want to put a BLOB field in the database for
the images and do it that way.