views:

401

answers:

1

Is it possible to use asp.net standard Menu (server-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.

+1  A: 

Yes, you can do anythings during MenuItemClick event handler.

Mehdi Golchin