S
support
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?
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?