I have a selection box with different ID. I save the data from this in a database using request.form(name of selection). My problem is that I wish to load the saved content to the webpage. How can I set the Selection when I have the ID? I can not use .selectedIndex because this is not related to the ID.


Reply With Quote