C
Cal Who
I'm using a web.sitemap with <siteMapNode>'s
contining page addeesses like url="Test.aspx"
and in the master file <asp:Menu>
There are some submenu items that I'd like to simply run a little code
during a postback without changing the url of the page being shown.
That is, from a user's view, she would click a menu item, select an option,
and then (maybe after a flash) continue on the page she's at.
Is that possible?
Thanks
contining page addeesses like url="Test.aspx"
and in the master file <asp:Menu>
There are some submenu items that I'd like to simply run a little code
during a postback without changing the url of the page being shown.
That is, from a user's view, she would click a menu item, select an option,
and then (maybe after a flash) continue on the page she's at.
Is that possible?
Thanks