C
Chris Kennedy
I have a dropdownmenu which is databound to a table via a dataadapter and
dataset. A control on another part of the form updates the same table in the
database. On postback the dropdown does not show the new record. I have
tried the autopost back on true or false. I am assuming the dataset is
remaining disconnected. Is there an easy way to get the dataadapter to
requery itself.
dataset. A control on another part of the form updates the same table in the
database. On postback the dropdown does not show the new record. I have
tried the autopost back on true or false. I am assuming the dataset is
remaining disconnected. Is there an easy way to get the dataadapter to
requery itself.