Ask a Question related to ASP Database, Design and Development.
-
Pete Casey #1
Linked drop down lists
Can anyone tell me how I go about making one list in a form only show
relevant details depending what the user chooses in the preceeding list box.
In other words.
Drop down list 1:
This list has a list from the database populated with categories.
Drop down list 2:
This list has the relevant subject headers for the relevant category chosen
in drop down list 1.
I assume it isn't the SQL that's the problem as all information is held in
one table. I just need help with the ASP for this.
Thanks in advance.
Pete Casey Guest
-
Drop-down lists in a grid
:confused; Hopefully some of the experienced CF developers out there can help me, a newcomer to the delights of CF/Dreamweaver app development!... -
coldfusion drop down lists
i am trying to build a page with two drop down lists. one with user ids, pulling the list of ids from form variables. the other lists is projects,... -
Dependent Drop Down Lists
I want to have a form with several standard test boxes. I also want two drop down lists. The first list has options, based on the option that is... -
Datagrid with Drop Down Lists
In an asp.net page that has a datagrid, how do you change the data for that column to be listed in a listbox with the current value selected? -
2 drop-down lists
Micha wrote: PHP runs on the server. You need client-side scripting, probably Javascript. Cross-posted and followups set. -- Jim Dabell -
Ray at #2
Re: Linked drop down lists
See here for links.
[url]http://www.aspfaq.com/show.asp?id=2270[/url]
Ray at home
"Pete Casey" <oipete@blueyonder.co.uk> wrote in message
news:Moflc.7552$H53.212@pathologist.blueyonder.net ...box.> Can anyone tell me how I go about making one list in a form only show
> relevant details depending what the user chooses in the preceeding listchosen> In other words.
>
> Drop down list 1:
>
> This list has a list from the database populated with categories.
>
> Drop down list 2:
>
> This list has the relevant subject headers for the relevant category> in drop down list 1.
>
>
> I assume it isn't the SQL that's the problem as all information is held in
> one table. I just need help with the ASP for this.
> Thanks in advance.
>
>
Ray at Guest
-
Pete Casey #3
Re: Linked drop down lists
Thankyou very much. Thats exactly what i was looking for.
Cheers
Pete Casey Guest



Reply With Quote

