|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
Populate a Listbox
Hi
Im new to asp and I'm having trouble with listboxes. I have two listboxes, the first is populated from a database and I need to fill a second listbox with items from the database that are dependant on what was selected in the first list box. I'd appreciate any help whatsoever. Thanks |
|
#2
|
|||
|
|||
|
Two possible approaches:
1) Store the dependent for each item in the first list in an array when as you are initially retrieving the data. 2) Make another database call to populate the list dynamically. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ASP Programming > Populate a Listbox |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|