Hi there!
Is it possible to expand/collapse a link(or layer) with sub links under the link(like Tree View) in html? (if possible using ASP code)
Please help me.
Printable View
Hi there!
Is it possible to expand/collapse a link(or layer) with sub links under the link(like Tree View) in html? (if possible using ASP code)
Please help me.
Why do you want to use ASP code?
if you mean client-side Javascript then have a look at "foldoutmenu3" on
http://www.bratta.com/dhtml/scripts.asp
Hi Mark!
Because I want that to be dyanmic!
I donot know the number of sublinks at the design time. I am getting the number from the database.
Thanks for the reply. Please help if you could!
grab a copy of the javascript
and make your Active Server Page write the clientside javasript with the required number of links
Hi Mark!
Thanks for the reply. But that is not easy. Since I have some other static links under this, I have to move them down according to the no of dynamic links . Instead I can use a thirdparty control. Hope that is the only way.