|
-
Jun 29th, 2006, 11:00 PM
#1
Thread Starter
Lively Member
How do you populate a combo box when another combo box is choosen?
For example, there is two combo box: Parish and Region. When I chose one of the Parish, it would populate the Region combo box. How would I do this?
Thanks,
Don
-
Jun 30th, 2006, 09:53 AM
#2
Fanatic Member
Re: How do you populate a combo box when another combo box is choosen?
use javascript to control this client side, or if you dont know javascript you could do it with asp but this would mean posting back every time the first combo box changes.
.Net would be a good bet as it does this easily.
-
Jun 30th, 2006, 10:51 AM
#3
Fanatic Member
Re: How do you populate a combo box when another combo box is choosen?
Here is a link to a script that I've used in the past, which can be used in conjunction with asp to load the option lists from a db.
http://www.javascripttoolbox.com/lib/dynamicoptionlist/
Last edited by aconybeare; Jun 30th, 2006 at 10:54 AM.
-
Jul 6th, 2006, 09:49 PM
#4
Thread Starter
Lively Member
Re: How do you populate a combo box when another combo box is choosen?
 Originally Posted by aconybeare
Cool, I'll use this in future projects. Thanks!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|