hi
How to get item text of selected menu item in VB.Net C#,
but store link at NavigateUrl property menu.
NavigateUrl="~/form/formorg1.aspx" Text=" Organization"
So i need to display text Organization.
thanks
Hi ahmadsubuhanl...,
When NavigateUrl is set then MenuItemClick event will not fired.
This is by design. By using the NavigateUrl property you are telling it to go to the link specified, when clicked and therefore will not cause the click event to run.
Already sample provided to you.
Get Text of selected ASP.Net Menu Item using C# and VB.Net
© COPYRIGHT 2024 ASPSnippets.com ALL RIGHTS RESERVED.