Search

You searched for the word(s): userid:700160

Matching Posts

  • Re: When MenuItem.NavigateUrl is not set the MenuItemClick event isn't fired!

    It is not that elegant solution maybe but you can also do it this way, --MasterPage Create a property to make MenuItems selected Public WriteOnly Property MenuItemNum() As Integer Set ( ByVal value As Integer ) Navigation.Items(value).Selected = True End Set End Property Assign NavigateUrl for each MenuItem < asp : Menu runat ="server" ID ="Navigation" ------ ... < asp : MenuItem Text ="Report" Value ="Report" NavigateUrl ="~/Default3.aspx"></ asp : MenuItem > Add this on your Content
Page 1 of 1 (1 items)