SiteMap SubNodes are not shown in menu control.
-
When I hover Menu control, it doesn't show sub nodes of sitemapDatasource. Here is the code: GENERAL FORM subnode is not popup.
-
When I hover Menu control, it doesn't show sub nodes of sitemapDatasource. Here is the code: GENERAL FORM subnode is not popup.
And how is your menu control configured? What is the StaticDisplayLevel?
I know the language. I've read a book. - _Madmatt
-
And how is your menu control configured? What is the StaticDisplayLevel?
I know the language. I've read a book. - _Madmatt
Here is the code for menu control:
-
Here is the code for menu control:
StaticDisplayLevels: Gets or sets the number of menu levels to display in a static menu. http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.menu.staticdisplaylevels(v=VS.80).aspx[^]
I know the language. I've read a book. - _Madmatt
-
StaticDisplayLevels: Gets or sets the number of menu levels to display in a static menu. http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.menu.staticdisplaylevels(v=VS.80).aspx[^]
I know the language. I've read a book. - _Madmatt
My StaticDisplayLevel="1" When I take mouse over ("General Forms"). It pops empty white box. I want to menu to show subgroup items. Thanks In Advance.