problem with menu
-
i have created a menu inside a panel.the menu items are Image buttons..how can i assign a certain function for a perticular image button inside that menu??when ever i am tryng to write the code it is selecting the menu as a whole..can't select a perticular menu item... i have creted this menu using menu control.pls help.
"I am burning...the only thing rest in me is you..."
-
i have created a menu inside a panel.the menu items are Image buttons..how can i assign a certain function for a perticular image button inside that menu??when ever i am tryng to write the code it is selecting the menu as a whole..can't select a perticular menu item... i have creted this menu using menu control.pls help.
"I am burning...the only thing rest in me is you..."
If you are using the
asp:Menu
control then you can access the individualMenuItem
's in theOnMenuItemDataBound
event.Declan Bright www.declanbright.com