skmMenu Examples
The following examples illustrate using skmMenu in a number of settings. Each
of the examples includes a live demonstration and the complete source code used
for the demo. Before trying to cut and paste the demo code into your ASP.NET
Web application, please do take a moment to first read about
using skmMenu on an ASP.NET Web page.
In addition to these online demos, there are numerous demos available in the
skmMenu download. The demos shown here are all in C#; the
demos in the download are all in VB.NET...
- General Demos
-
Simple menu
- this demo illustrates using a very, very simple Menu to display data from an XML file.
-
More visually-pleasing menu -
this demo accentuates the previous one by using styles.
-
Demonstrates handling postbacks -
this demo illustrates binding an XML file to a skmMenu where some of the menu's items, when
clicked, cause a postback (as opposed to redirecting the user to another page).
-
Using Images -
this demo illustrates how to use images in the Menu's menu items (rather than text).
-
Customizing Submenus -
this demo illustrates you can use CSS classes to customize the appearance of a menu's
submenus.
-
Absolute Positioning -
if you are using VS.NET's GridLayout, you can simply drag and drop skmMenu anywhere on the
page! This demo shows the results of such an effort.
-
Keep Menu Highlighted -
this demo illustrates the visual effects of the
HighlightTopMenu
property. When this property is set to True, when a menu's submenu is expanded, the
menu item the submenu belongs to remains highlighted.
- Advanced Demos
|