Is it possible to use asp.net standard Menu (s开发者_运维技巧erver-control) for tasks other than navigation?
For example: I want to use asp.net menu to add a button control to the asp.net panel (server-control).
This idea of mine is basically came from the winforms environment, where there are events and event-handlers for menu and menu-items.
Yes, you can do anythings during MenuItemClick event handler.
精彩评论