|
 |
asp_databases thread: Any ideas how to build dynamic dependent listboxes.
Message #1 by "Jonas Lindkvist" <jonas.l@t...> on Sat, 27 Oct 2001 14:58:10
|
|
Hi,
I have a case where I want to build dependent listboxes, the problem is
that it could be 2, 3 or maybe more.
Hardware---> Memory---> Sdram and here you list all the sdram memory like
128 MB, 256MB and so on.
I guess I could do it with java but I wat to make it dynamicly maybe
Response.Write <Option and so on.
Does anyone have any ideas about how to do this?
TIA,
Jonas
Message #2 by "Alexander Zeitler" <azeitler@a...> on Sat, 27 Oct 2001 18:38:30 +0200
|
|
Hello,
>
> I have a case where I want to build dependent listboxes, the problem
is
> that it could be 2, 3 or maybe more.
>
maybe this one helps you:
http://www.programmersresource.com/articles/multi_dropdown.asp
Greetings
Alex
www.aspintranet.de
Message #3 by "Andrew Badera" <badera@r...> on Sat, 27 Oct 2001 12:46:03 -0400
|
|
Use JavaScript. Store your data in arrays. Repopulate Select boxes as
needed.
-----Original Message-----
From: Jonas Lindkvist [mailto:jonas.l@t...]
Sent: Saturday, October 27, 2001 2:58 PM
To: ASP Databases
Subject: [asp_databases] Any ideas how to build dynamic dependent listboxes.
Hi,
I have a case where I want to build dependent listboxes, the problem is
that it could be 2, 3 or maybe more.
Hardware---> Memory---> Sdram and here you list all the sdram memory like
128 MB, 256MB and so on.
I guess I could do it with java but I wat to make it dynamicly maybe
Response.Write <Option and so on.
Does anyone have any ideas about how to do this?
TIA,
Jonas
Message #4 by Greg Griffiths <griffiths@x...> on Sat, 27 Oct 2001 17:36:05 +0100
|
|
You can use Javascript to set the values in a dropdown.
At 14:58 27/10/01 +0000, you wrote:
>Hi,
>
>I have a case where I want to build dependent listboxes, the problem is
>that it could be 2, 3 or maybe more.
>
>Hardware---> Memory---> Sdram and here you list all the sdram memory like
>128 MB, 256MB and so on.
>
>I guess I could do it with java but I wat to make it dynamicly maybe
>Response.Write <Option and so on.
>
>Does anyone have any ideas about how to do this?
>
>TIA,
>
>Jonas
|
|
 |