Click here to Skip to main content
16,004,564 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
I have a siteMapPath in my page and every time page refreshes it moves backwards...need it to stand still. What might be the issue and how should i solve it?

Saple site map

XML
<?xml version="1.0" encoding="utf-8" ?>
<siteMap xmlns="http://schemas.microsoft.com/AspNet/SiteMap-File-1.0" >

  <siteMapNode url="Home.aspx" title="Home"  description="Home Page">

    <siteMapNode url="Software.aspx" title="Software"  description="Software" >
      <siteMapNode url="Contacts.aspx" title="Contacts"  description="Contacts" />
    </siteMapNode>

  </siteMapNode>


  </siteMap>

<asp:SiteMapPath ID="sitemap1"  runat="server"></asp:SiteMapPath>
Posted
Comments
fjdiewornncalwe 12-Dec-12 13:07pm    
Could you provide a little more information, please. What do you mean by "it moves backwards"?
Anele Ngqandu 14-Dec-12 1:25am    
When I click another link e.g software...the links before software shifts in the page

1 solution

Hi,

Can you please provide some information or your code?
 
Share this answer
 
Comments
Anele Ngqandu 14-Dec-12 1:23am    
Hi Sampath...that is the only code i have for the siteMap

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900