Folks,
I've added a little ascx inside the events folder so that you can easily manage the list of events rather than having to add a new link to every single event page.
It's placed inside the events folder and is called currentnavigationbar.ascx.
Just two simple changes from the current events page:
1) Change
<%@ Register Tagprefix="sgdn" Tagname="navigationbar" Src="~/Themes/Default/Skins/navigationbar.ascx" %>
to <%@ Register Tagprefix="sgdn" Tagname="navigationbar" Src="currentnavigationbar.ascx" %>
2) Change
<sgdn:navigationbar id="NavigationBar" runat="server"> <menu title="Monthly Meetings"> <sgdn:MenuItem href="events.aspx">Current Meeting</sgdn:MenuItem> <sgdn:MenuItem href="april2005.aspx">April 2005 Meeting</sgdn:MenuItem> <sgdn:MenuItem href="sdamag2005.aspx">Register for SDA Asia Mag</sgdn:MenuItem> <sgdn:MenuItem href="marchcoffee2005.aspx">Coffee-N-Drinks March 2005</sgdn:MenuItem>
<sgdn:MenuItem href="march2005.aspx">March 2005 Meeting</sgdn:MenuItem> .... </menu> </sgdn:navigationbar>to <sgdn:navigationbar id="NavigationBar" runat="server"> </sgdn:navigationbar>
Tat's it. Any future events should be added to currentnavigationbar.ascx. Kindly take note.
microlau Blog: http://community.sgdotnet.org/blogs/microlau