I have an asp website where I have a drop down box which is connected to a sql database. All the options displayed in drop down are the records from the database. The problem is you can't have multiple options in a drop drop box which we really need here. I want to create a button or link (next to drop down box) which will add another drop down and let the user pick another option from the same database and will keep adding a drop down box until the user is done selecting items. Any thoughts on what code to use and how? I am using VB Studio 2005 for this!
Start Free Trial