ASP.NET Menu control, dynamic menu link to nowhere
Ron Young <[email protected]> Tue, 1 Jul 2008 12:02:39 -0500
| Newsgroups | gmane.comp.windows.devel.dotnet.web |
|---|---|
| Message-ID | <[email protected]> |
I need to display a dynamic menu that has a structure like so:
Programs
- Multi-Family
- Projects
- Residential
- Projects
Where "Multi-Family" is a sub-menu under Programs, and "Projects" is a sub-=
menu under Multi-Family, and similar for Residential.
I'm using ASP.NET Menu and a sitemap file.
Problem is that I need "Multi-Family" and "Residential" to link to nowhere:
siteMapNode url=3D"Main.aspx" title=3D"Programs"
- siteMapNode url=3D"" title=3D"Multi-Family"
- siteMapNode url=3D"Main.aspx?view=3DMultiFamilyProjects" title=
=3D"Projects"
- siteMapNode url=3D"" title=3D"Residential"
- siteMapNode url=3D"Main.aspx?view=3DResedentialProjects" title=
=3D"Projects"
Using an empty string for "url" works for me, but the issue is that the "te=
xt" cursor will display if the link doesn't have a url.
I tried some CSS but that didn't work:
.dynamicMenutItem{ cursor: pointer; }
Faking the url with "javascript:;" won't work because the each node needs a=
unique url.
Any info on this is greatly appreciated.
Ron
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
This list is hosted by DevelopMentor=AE http://www.develop.com
View archives and manage your subscription(s) at http://discuss.develop.com