Creating dynamic menus?
-
How to create dynamic menu in asp.net 1.1 Is there any menu free tool available?
"Aim to go where U have never been B4 and Strive to achieve it" http://groups.yahoo.com/subscribe/dotnetforfreshers http://himabinduvejella.blogspot.com
-
How to create dynamic menu in asp.net 1.1 Is there any menu free tool available?
"Aim to go where U have never been B4 and Strive to achieve it" http://groups.yahoo.com/subscribe/dotnetforfreshers http://himabinduvejella.blogspot.com
There are a few approaches you can take: One is using Javascript (I haven't tried it) Another is creating a table and an indenting structure to represent a heirarchy. IDing those rows, you can toggle visibility on and off from code behind. Last approach is.. try looking up Tree View. Hope this helps. Happy Coding.