I am using custom site map provider class, which is inherit the
StaticSiteMapProvider
this provider work fine for default.aspx (Home Page), But I added yet
another Tabs for aspx page which is added by me to ~/Pages/ folder and
this information available in Database
when I click on tab for any aspx page except default.aspx (Home Page)
Top navigation Tabs not displayed
I already check my custom site map provider with break point, it seems
working fine but I dont know why the topnavigation tabs(Nodes) not
display
If anybody can help me, Thanks a lot
<radTS:RadTabStrip id="RadTabStrip1" datasourceid="MyTopSiteMap1"
runat="server" Skin="Cool" MultiPageID="RadMultiPage1"> </
radTS:RadTabStrip>
<asp:SiteMapDataSource ShowStartingNode="False"
SiteMapProvider="AspNetSqlSiteMapProvider"
id="MyTopSiteMap1" runat="server" StartFromCurrentNode="true"/>
which in "default.master" page
microsoft.public.sharepoint.development_and_programming
which is the newsgroup for all SP products and versions that specializes
in Programming questions.
Say when you post there which "SharePoint 2007" product you have - WSS
3.0 or MOSS 2007 - "SharePoint 2007" could mean either.
(This .windowsservices newsgroup is any case not the newsgroup to post
questions to if you have MOSS).
The Programming experts in the development_and_programming newsgroup
should be able to help you (and there will no doubt be other interesting
relevant threads for you there).
Mike Walsh
WSS FAQ http://www.wssfaq.com
no questions by e-mail please
Harsha...@gmail.com wrote:
> I am using SharePoint 2007