开发者

asp menu control

开发者 https://www.devze.com 2022-12-28 14:09 出处:网络
I\'m working on an ASP app an开发者_运维知识库d I have an asp menu item It shows the menu sub-items when the mouse is over but i\'d like it to show the sub-items with a mouse click

I'm working on an ASP app an开发者_运维知识库d I have an asp menu item

It shows the menu sub-items when the mouse is over but i'd like it to show the sub-items with a mouse click

What can I do?


It might be possible, but it is an extremely bad idea to do. You would have to modify the javascript completely.

Instead I highly recommend you to create your own menu control. You can get the SiteMap through the SiteMapDataSource.

  • SiteMap class
  • SiteMapDataSource class
0

精彩评论

暂无评论...
验证码 换一张
取 消