Click here to Skip to main content
15,920,896 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
How to assign sitemapnode url for each content page , from content page code behind..
i.e. i use default.aspx , then goto test1.aspx

the breadcrumb must be

test1

then when i click test2.aspx from link in test1.aspx,
test1 href="test1.apsx?testshow=1"

show breadcrumb as
test1 /test2


then from test2.aspx, user clicks on link to test3.aspx

test2.aspx="test2.aspx?testval=2";

test1.aspx should have href as "test1.apsx?testshow=1"


and so on same when test3.aspx clicked
Posted

1 solution

Refer the below link to get an on the same

Building a dynamic SiteMap in ASP.NET 2.0 for a large website[^]
 
Share this answer
 
Comments
maulikshah1990 31-Dec-13 3:28am    
pls give example for .net 3.5 ..so i can run directly from visual studio..or paste code here

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