G
Guest
I have a masterpage define that contains a asp:menu control. My menu control
has items that do not have a NavigateUrl assigned which causes them to
postback on the current page...
Now the issue is that when they postback the MasterPage is rendered last and
the MenuItemClick event on the menu control doesn't fire until after the
Page_Load event fires...
How can I capture the MenuItemClick prior to the Page_Load...
has items that do not have a NavigateUrl assigned which causes them to
postback on the current page...
Now the issue is that when they postback the MasterPage is rendered last and
the MenuItemClick event on the menu control doesn't fire until after the
Page_Load event fires...
How can I capture the MenuItemClick prior to the Page_Load...