Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: Dynamic Select Lists


Message #1 by "sastry o" <sastry_sa@y...> on Wed, 27 Dec 2000 11:15:02 -0000
Sir,

     I would like generate a dynamic select list based upon the value

selected in another select list using VB Script.



 Please help.



                                                                 regards

                                                 O.Patanjali Sastry



---

MaximumASP offers enhanced hosting solutions on the Windows 2000 platform. Dedicated processor, RAM, and server resources provide
dedicated server performance at virtual server prices. Commercial components provided; custom components allowed.

---

You are currently subscribed to asp_web_howto as: $subst('Recip.EmailAddr')

To unsubscribe send a blank email to leave-asp_web_howto-$subst('Recip.MemberIDChar')@p2p.wrox.com

Message #2 by Imar Spaanjaars <Imar@S...> on Wed, 27 Dec 2000 13:26:28 +0100
Check out the following article on ASPToday.com





http://www.asptoday.com/articles/20000414.htm



or check out an "alternative approach":

http://www.asptoday.com/articles/20000418.htm





HtH



Imar











At 11:15 AM 12/27/2000 +0000, you wrote:

>Sir,

>      I would like generate a dynamic select list based upon the value

>selected in another select list using VB Script.

>

>  Please help.

>

>                                                                  regards

>                                                  O.Patanjali Sastry

>





---

MaximumASP offers enhanced hosting solutions on the Windows 2000 platform. Dedicated processor, RAM, and server resources provide
dedicated server performance at virtual server prices. Commercial components provided; custom components allowed.

---

You are currently subscribed to asp_web_howto as: $subst('Recip.EmailAddr')

To unsubscribe send a blank email to leave-asp_web_howto-$subst('Recip.MemberIDChar')@p2p.wrox.com

Message #3 by "Julio de la Cruz" <delacru2@h...> on Wed, 27 Dec 2000 10:47:16 -0400
You can do this with javascript if you are not reading from a data base and 

your selecctions are only a few.



If you are reading the info for your selecction list from a data base, then 

you need to use the value of the choice selected and use it in your sql 

statement to populate a record set and with that record set you can fill the 

next select list.



You can find some examples in ASPToday.com . That is a good web site.



Good Luck

Julio





>From: "sastry o" <sastry_sa@y...>

>Reply-To: "ASP Web HowTo" <asp_web_howto@p...>

>To: "ASP Web HowTo" <asp_web_howto@p...>

>Subject: [asp_web_howto] Dynamic Select Lists

>Date: Wed, 27 Dec 2000 11:15:02 -0000

>

>Sir,

>      I would like generate a dynamic select list based upon the value

>selected in another select list using VB Script.

>

>  Please help.

>

>                                                                  regards

>                                                  O.Patanjali Sastry



---

MaximumASP offers enhanced hosting solutions on the Windows 2000 platform. Dedicated processor, RAM, and server resources provide
dedicated server performance at virtual server prices. Commercial components provided; custom components allowed.

---

You are currently subscribed to asp_web_howto as: $subst('Recip.EmailAddr')

To unsubscribe send a blank email to leave-asp_web_howto-$subst('Recip.MemberIDChar')@p2p.wrox.com


  Return to Index