I kind of explained it badly in the first post. What I basically need to do is programmatically set the selected option in the listbox. I figured I could just do a
onLoad="this.selectedIndex=3" or
onLoad="form1.List1.selectedIndex = 3"
(3 is just for example...i would...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.