|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 14/03/2006 12:51:53
Posts: 6,
Visits: 11
|
|
| Hey guys, What would be the best way to move the links for home, members, and other links from the mainnavigation to my own control. I followed the documentation for including my own header in the mastertemplate and this is working fine. Would like to include the navigation links in this. Thanks much, Tim
|
|
|
|
|
Support Supremo
      
Group: Customers
Last Login: 13/11/2008 12:44:07
Posts: 568,
Visits: 2,507
|
|
buckeye_tim1 (3/13/2006)
Hey guys, What would be the best way to move the links for home, members, and other links from the mainnavigation to my own control. I followed the documentation for including my own header in the mastertemplate and this is working fine. Would like to include the navigation links in this. Thanks much, Tim Hi, You need to add the Register tag shown below to your control (immediately beneath the control tag): <%@ Register tagPrefix="InstantForum" Namespace="InstantASP.InstantForum.UI.Controls" Assembly="InstantASP.InstantForum.UI" %> and then you can add the Mainnavigation. <InstantForum:MainNavigation Runat="Server"/>
|
|
|
|