List boxes

July 2, 2004 by Chidi Okoronkwo

Hi,

try this links

Self Submitting drop down with Sub Drop down.
http://www.programmersresource.com/...s=&threadid=770
This is a forum post.

Cheap Tricks 2: A Dynamically-Linked Listbox
http://www.atgconsulting.com/doublelist.asp
Initially sends all data to the page and then lets JavaScript populate the second list box.

Dependent List Boxes in ASP

October 6, 2004 by pino tuzzolino

Kermy extension

July 6, 2005 by Les Matthews
Does anyone know how to preselect a value from the dependent dropdown based upon a recordset value. I would like to use this in a record update form. I have no problem making the default value of the parent dropdown match a recordset, but am having difficulty doing so with the child dropdown.