Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

cascading menus

0 views
Skip to first unread message

support

unread,
Oct 21, 2008, 4:44:21 PM10/21/08
to
In dotNet, I want to have cascading pulldown menus.
Hence, the items are:
{ a, b, cx, cy, cz, d},
but I don't want to show cx, cy, cz unless the user selected one of the c's.
Does anyone know a clever way to do this?
I guess I have to write a menu to handle this. Any pointers to examples?


Nathan Sokalski

unread,
Oct 23, 2008, 8:40:26 PM10/23/08
to
Have you ever used the ASP.NET AJAX Control Toolkit? If not, it is a
wonderful thing to know about, and one of the controls it offers is
CascadingDropDown, which is basically what you are asking for. You can see
an example and documentation at:

http://www.asp.net/AJAX/AjaxControlToolkit/Samples/CascadingDropDown/CascadingDropDown.aspx

I will admit that I have never used this specific control, but I have used
many of the others, all of which are wonderful, and the toolkit itself is
starting to become very popular (and it is built in to ASP.NET 3.5).
Hopefully this is what you are looking for.
--
Nathan Sokalski
njsok...@hotmail.com
http://www.nathansokalski.com/

"support" <suppor...@people-places-work.info> wrote in message
news:OtjWb27M...@TK2MSFTNGP03.phx.gbl...

0 new messages