Ask a Question related to Dreamweaver AppDev, Design and Development.
-
rtmarkley #1
How can I use combo box to control data in table
Does anyone know if this scenario is possible and if so, what steps I could
take in DreamWeaver to make it happen (I am using generic tables here for my
example):
Suppose we have an Authors table and a Books table. I want to create a web
page in DreamWeaver MX 2004 whereby I have a combo box at the top containing
Authors and a table underneath showing Books written by the given author. When
the user changes the Author in the combo box, the table automatically
repopulates with the books by the given author. I am using JSP as my
application model.
Does anyone know of an example that might suit this purpose or could someone
generically walk me through? I am not sure how to map the Author combo box to
the Recordset of the Books nor do I know how to refresh the screen whenever the
Author combo box is changed.
Thanks for any help.
Todd
rtmarkley Guest
-
Combine table 3 columns in a combo box?
I need a combo box to display "lastName, firstName - phone". I have these 3 columns in my database. Can anyone provide a short cfc to xml script I... -
How to take data out of table, restructure the table and then put the data back in
Hi All Wonder if you could help, I have a bog standard table called STOCKPRICES that has served me well for a while, but now I need to change the... -
How to display a set of data in a data grid when drivenby a combo box?
I am trying to build a page where the user can select a syle of food (i.e. chinese, italian etc) from a combo. I would then want the relevent... -
Combo box writes wrong column to table
I used the combo box wizard to make a combo box which draws its list from a table called Location. The table consists of only two fields, LocID and... -
Using Table control in a custom composite control. Control does not render properly in design time.
All, I have written a very simple custom composite control that includes a control of type System.Web.UI.WebControls.Table. The control... -
twocan's #2
Re: How can I use combo box to control data in table
hi yea,
[url]http://www.kermy.com/extensions/DynamicDDL.asp[/url]
this is a free extension to do what you want in jsp, he has got a commercial
one too but that is for the 3 dynamic dropdown.
give the free one a go.
twocan's
"rtmarkley" <webforumsuser@macromedia.com> wrote in message
news:d02omn$mke$1@forums.macromedia.com...> Does anyone know if this scenario is possible and if so, what steps I
> could
> take in DreamWeaver to make it happen (I am using generic tables here for
> my
> example):
>
> Suppose we have an Authors table and a Books table. I want to create a
> web
> page in DreamWeaver MX 2004 whereby I have a combo box at the top
> containing
> Authors and a table underneath showing Books written by the given author.
> When
> the user changes the Author in the combo box, the table automatically
> repopulates with the books by the given author. I am using JSP as my
> application model.
>
> Does anyone know of an example that might suit this purpose or could
> someone
> generically walk me through? I am not sure how to map the Author combo
> box to
> the Recordset of the Books nor do I know how to refresh the screen
> whenever the
> Author combo box is changed.
>
> Thanks for any help.
>
> Todd
>
twocan's Guest
-
rtmarkley #3
Re: How can I use combo box to control data in table
Does this work for JSP's?
rtmarkley Guest
-
twocan's #4
Re: How can I use combo box to control data in table
[url]http://www.kermy.com/extensions/index.asp[/url]
it says so here
"rtmarkley" <webforumsuser@macromedia.com> wrote in message
news:d02tk2$t7m$1@forums.macromedia.com...> Does this work for JSP's?
twocan's Guest
-
Singularity.co.uk #5
Re: How can I use combo box to control data in table
rtmarkley
Make the combo box a jump menu. Then use this to pass the authors id value
to the page. Modify your recordset to filter by the author id passed.
Brendan
"rtmarkley" <webforumsuser@macromedia.com> wrote in message
news:d02omn$mke$1@forums.macromedia.com...could> Does anyone know if this scenario is possible and if so, what steps Imy> take in DreamWeaver to make it happen (I am using generic tables here forweb> example):
>
> Suppose we have an Authors table and a Books table. I want to create acontaining> page in DreamWeaver MX 2004 whereby I have a combo box at the topWhen> Authors and a table underneath showing Books written by the given author.someone> the user changes the Author in the combo box, the table automatically
> repopulates with the books by the given author. I am using JSP as my
> application model.
>
> Does anyone know of an example that might suit this purpose or couldbox to> generically walk me through? I am not sure how to map the Author combowhenever the> the Recordset of the Books nor do I know how to refresh the screen> Author combo box is changed.
>
> Thanks for any help.
>
> Todd
>
Singularity.co.uk Guest
-
twocan's #6
Re: How can I use combo box to control data in table
good thinkin.
"Singularity.co.uk" <Brendan.Collins@RemoveThisSingularity.co.uk> wrote in
message news:d044d0$pj9$1@forums.macromedia.com...> rtmarkley
>
> Make the combo box a jump menu. Then use this to pass the authors id
> value
> to the page. Modify your recordset to filter by the author id passed.
>
> Brendan
>
> "rtmarkley" <webforumsuser@macromedia.com> wrote in message
> news:d02omn$mke$1@forums.macromedia.com...> could>> Does anyone know if this scenario is possible and if so, what steps I> my>> take in DreamWeaver to make it happen (I am using generic tables here for> web>> example):
>>
>> Suppose we have an Authors table and a Books table. I want to create a> containing>> page in DreamWeaver MX 2004 whereby I have a combo box at the top> When>> Authors and a table underneath showing Books written by the given author.> someone>> the user changes the Author in the combo box, the table automatically
>> repopulates with the books by the given author. I am using JSP as my
>> application model.
>>
>> Does anyone know of an example that might suit this purpose or could> box to>> generically walk me through? I am not sure how to map the Author combo> whenever the>> the Recordset of the Books nor do I know how to refresh the screen>>> Author combo box is changed.
>>
>> Thanks for any help.
>>
>> Todd
>>
>
twocan's Guest



Reply With Quote

