After spending some time wondering how to create an effective menu I stumbled accross the System.Web.UI.WebControls Menu Class, It was really easy to implement, in your aspx file you just write some code that looks like this: <asp:Menu ID="myMenu"
Read More...