Dynamic menu
The menu is created, but it's not visible until you click the "show menu" button. You can set the control to show the menu on click to any control on your page. Just give the Menu control the ClientID of the button, through the ToggleElementID property.
Note that, in this example, using a ASP NET Button, you have to return false on the client click event, to prevent a postback.
|