user366312
user366312

Reputation: 16896

asp.net (c#) menu/menuItem event/event-handling

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.

Upvotes: 0

Views: 2610

Answers (1)

m3kh
m3kh

Reputation: 7941

Yes, you can do anythings during MenuItemClick event handler.

Upvotes: 1

Related Questions