This demo uses 2 list box's, both are populated by a database. Depending on the selection that is chosen in the first dropdown box, the results will reflect that choice....
This article will show you how to dynamically populate a dropdown list, select an item from the dropdown list, and search your database based on this item....
This code shows you how to fill in a list box from a database that you already have. Also gives an option to downlaod the code together with the database, so that you can try it out and see for yourself....
This article shows how to create a page with multiple dropdowns. The first dropdown gives the initial values to choose from. Once submitted another dropdown is created and the values in it are based on the value selected from the first dropdown....
A tutorial which demonstrates how to build a list box from the results of a Recordset object. The code allows you to create list boxes dynamically from a database query....
Use this small code to populate a dropdown from a database tabel in an ASP page.This Sub Routine will check for selected Record and mark as Selected...