T
tomix
Hi,
I have a master page which contains a menu,i would like to handle post
back
In the content pages(MenuItemClick event)
I tried to do the following in the content page
BaseLayout master = this.Master as BaseLayout;
master.MainMenu.MenuItemClick += new
MenuEventHandler(MainMenu_MenuItemClick); //MainMenu us a property my
master page
But i dont get the events,note that if i am doing the same in the
master page it is ok
Thanks in advance.
I have a master page which contains a menu,i would like to handle post
back
In the content pages(MenuItemClick event)
I tried to do the following in the content page
BaseLayout master = this.Master as BaseLayout;
master.MainMenu.MenuItemClick += new
MenuEventHandler(MainMenu_MenuItemClick); //MainMenu us a property my
master page
But i dont get the events,note that if i am doing the same in the
master page it is ok
Thanks in advance.