disable postback on root node of sitemap of a menu
Hi Friends
still looking for answer on this 1 .
I have following in my sitemap:
<siteMapNode url="" title="Tracks">
<siteMapNode url="UI/Tracks1.aspx?mode=1" title="Open " description="" />
<siteMapNode url="UI/Track2.aspx?mode=2" title="Requirements" description="" />
I don't want user to have ability to click on Tracks Requests. how can I disble the click on it and postback. Basically i want to make the root node "TRACKS" NON clickable. removing the URL also it doesn't work. i did remove the url and checked. please help
currently it's doing a postback for nothing. I just want to remove the functionality to postback on this item.
Thanks
Last edited by saifsid9; February 21st, 2012 at 04:43 PM..
|