Hi, I've put a WebDataMenu on a MasterPage and WebDataMenu1_ItemClick doesn't happen.
Default.aspx page (in the attachment) works as expected.
Home.aspx page displays two menus, one from masterpage and one from the page itself. No ItemClick happens in code behind.
What is going wrong?
Thank You
Claudio Mellina
Another possibility:
There is a known bug in the most recent service release. If the WebDataMenu is inside a WebSplitter pane, the WebSplitter prevents the ItemClick event from firing.
Have You had a look at the sample attached? Does it happens to You also? Do You see something wrong in code?