I have a page with a dropdownlist's list datasouce popoulated with DISTINCT records from a database. The page will allow users to enter new records into database. On the side, I have a search menu where users can search list of records. If they find a desired record, there will be a 'select' button.
I'm trying to have the dropdownlist populate the record that the user selected, but still have all the record options in the dropdownlist. Basically, when a user clicks the 'select' button it'll repopulate the ddl with the record of the selected item.
Can preselected an item from a dropdownlist be done? Any help would be appreciated.
I'm trying to have the dropdownlist populate the record that the user selected, but still have all the record options in the dropdownlist. Basically, when a user clicks the 'select' button it'll repopulate the ddl with the record of the selected item.
Can preselected an item from a dropdownlist be done? Any help would be appreciated.