I have an 'edit entry' asp page. It allows a user to edit an entry they have in the database. Some of the data comes from 2 listboxes. I am trying to make the listbox automatically select entries, based on the data from the original database entry, so that if they don't want to change the data in the list boxes, the original data will still be in there. What would be the best way to go about doing this? I have tried using javascript, and the selectedIndex property, but no luck.