I'm building a drop-in page library for administering ASP.NET Application Services (Membership, Roles, etc) on a public web site.
On the default.aspx page in my Admin folder I wanted a
I didn't want a top menu, a fancy tree view, etc. using ASP.NET buttons. I'm using buttons because the click event can either be a navigation or an event handler in code behind.
Here is the look
In my /Admin folder I "cloned" the default Master.page (now /Admin/Admin.Master).
Next - I created an Admin.css file in the/Admin directory.
...
Go to the complete details ...