Hi,thanks for the reply.
However,
i am creating the menu items server-side.
for the child menus i use
childmenu.Attributes.Add("OnClick", "OnClientItemClicked()")
but this is not firing in the javascript
if
(eventArgs.get_item().get_parent() != sender)
What do i pass to the function ? (trued below but did'nt work )
childmenu.Attributes.Add("OnClick", "OnClientItemClicked(" & childmenu.ClientID & ")")
Any ideas please ?
Thanks
Mark