formlistbox

Discussion in 'Databases' started by richards, Feb 23, 2004.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. This question may be no-brainer, but i need help with an application that has a .asp web form that writes data to an Access db.

    The web form has a listbox (with a default value of yes) and can be toggled to yes or no and submitted to the db. The next time the form is open in the application the listbox returns the default value. i need the listbox to return the last value that was set and submitted to the db, not the default value.

    Can anybody point me in the direction of a possible fix for this problem?

    Thanks in advance for your help.

    Richard S
    [:)][email protected]
     
  2. In the tag for the list box set the option to selected for the item retrieved from the database. Then fill the rest of the list box with the opposite value.

     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page