Inspect the source code of the menu seen on the left side
See how the menu on the left side of my pages is implemented. It is done by an
ASP.NET pagelet. Of course, you can buy a full-blown ASP.NET menu control like
the ones found at www.asp.net, but those are
not free and they are mostly overkill for a small web site
having only one menu.
Although the code here works only for ASP.NET it would be an easy exercise the
adapt it for pure ASP.
Pagelet code (navbar.ascx):
This page's code:
|