Skip to main content
Inspiring
May 14, 2007
Question

Dynamic filtering Option Box - ASP

  • May 14, 2007
  • 1 reply
  • 373 views
I need to find some kind of dropdown option box for ASP that will read from
a recordset and will filter the available options as the user types,
narrowing the option by the entered characters.

I believe this can be done in AJAX, but can anyone tell me of any ready
available examples that they have seen, AJAX or non-AJAX.

Thanks.


This topic has been closed for replies.

1 reply

Inspiring
May 15, 2007
You're talking about dynamic dependent dropdown boxes .. selection in box a
changes the content in box b which selection changes the content in box c.
There are examples in many places for ASP.

http://www.google.com/search?sourceid=navclient-ff&ie=UTF-8&rls=GGGL,GGGL:2006-38,GGGL:en&q=dynamic+dependent+dropdowns+in+ASP

The link above is a list of links .. watch the wrap.


--
Nancy Gill
Adobe Community Expert
Author: Dreamweaver 8 e-book for the DMX Zone
Co-Author: Dreamweaver MX: Instant Troubleshooter (August, 2003)
Technical Editor: DMX 2004: The Complete Reference, DMX 2004: A Beginner''s
Guide, Mastering Macromedia Contribute
Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced PHP Web Development

"GrantB" <s@s.com> wrote in message
news:f2ah5r$14e$1@forums.macromedia.com...
>I need to find some kind of dropdown option box for ASP that will read from
>a recordset and will filter the available options as the user types,
>narrowing the option by the entered characters.
>
> I believe this can be done in AJAX, but can anyone tell me of any ready
> available examples that they have seen, AJAX or non-AJAX.
>
> Thanks.
>