I am using toolbar in which I am using one menu. The menu contol is populated from server side.
I am adding some custom attributes to menu as
Menu.Attributes.Add("CanRaiseSave", "false");
How can I access the same ata client side.
I want to acces it in the Menu_onItemSelect event.
Then I want to change the value and want acces the changed value on server in Menu_ItemSelected event.