Ask a Question related to ASP, Design and Development.
-
Lamine Darbouche #1
Populating three list boxes from the database
Can anybody help?
I need to have three list boxes automatically populating each other, (ie
when region is selected from the first listbox, it will populate
automatically the second one which is the TOWNS and when the town is
selected is should populate the third one AREA) all data is in the database
in one table.
Any idea???
Many thanks in adavance.
Lamine
Lamine Darbouche Guest
-
Populating a <mx:List> with XML
I am trying to do a simple list population with a series of names from a local XML file. I'm looking for direction regarding how to pull my element... -
Error populating list
Hi! I have a document with two listboxes, one called "lista_firenze" and the other called "lista_toscana". The "lista_toscana" has no problem, the... -
Populating Drop Down Boxes from a database
We moved our wesite from a Box running Coldfusion 4.0 to a box running Coldfusion MX. We populate some drop down boxes with information from a... -
Dynamical populating a list that can be used as drop down list
Hi, I have a solution in which a person can be a member of one or more groups. In this case the groups are those used in the protection schema of... -
Populating several combo boxes
I have a form that will have a combo box repeated several times (continuous form, one for each record), it's going to cause a problem if each has to... -
Ronaldo #2
Populating three list boxes from the database
each other, (ie>-----Original Message-----
>Can anybody help?
>I need to have three list boxes automatically populatingpopulate>when region is selected from the first listbox, it willthe town is>automatically the second one which is the TOWNS and whenis in the database>selected is should populate the third one AREA) all dataLamine.>in one table.
>Any idea???
>Many thanks in adavance.
>Lamine
>
>
>.
>
Are you using ASP or ASPX?
With ASPX you set the autpostback = true and use the
event selectedindexchanged of the dropdown or list.
With old ASP, you have to identify wich dropdown list was
changed. Make a javascript the gets the dropdown value
and wich dropdown was selected
([url]http://www.site.com/code=90&drop=a[/url]). Then you can build
the next one and so far.
Ronaldo Guest
-
Lamine Darbouche #3
Re: Populating three list boxes from the database
Hi Ronaldo,
Many thanks for you reply,
I am using classic ASP, I tried your idea but without success, could you
please me with some code or example if you have one.
I have manged only two listboxes but found very hard with three listboxes.
Many thanks in advance.
Lamine
"Ronaldo" <ronaldo@rsmsolucoes.com.br> wrote in message
news:137401c38c16$a9f1c870$a401280a@phx.gbl...>> each other, (ie> >-----Original Message-----
> >Can anybody help?
> >I need to have three list boxes automatically populating> populate> >when region is selected from the first listbox, it will> the town is> >automatically the second one which is the TOWNS and when> is in the database> >selected is should populate the third one AREA) all data> Lamine.> >in one table.
> >Any idea???
> >Many thanks in adavance.
> >Lamine
> >
> >
> >.
> >
> Are you using ASP or ASPX?
> With ASPX you set the autpostback = true and use the
> event selectedindexchanged of the dropdown or list.
> With old ASP, you have to identify wich dropdown list was
> changed. Make a javascript the gets the dropdown value
> and wich dropdown was selected
> ([url]http://www.site.com/code=90&drop=a[/url]). Then you can build
> the next one and so far.
Lamine Darbouche Guest



Reply With Quote

