Click here to Skip to main content
15,897,187 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
i want to make breadcrumb , and add dynamic breadcrumb, on each content click

for exp. i click on test1.aspx , show only test1 text without link , then when i click on product in test1.aspx list, i call test2.aspx , on test2.aspx , show breadcrum as test1/test2

,with test1 link , and test2 as text without link

this should be dynamic

pls advice

i tried sitemappath , but it is not dynamic ...

Or is Sitemap path dynnamic and can above be done in sitemap???

I use asp.net 3.5 , and visual studio 2008

pls give code examples for any of above
Posted

1 solution

Sitemaps are dynamic and provide these functionalities.

You can try adding a tree view / menu control and set the display mode horizontal and bind the sitemap file.
 
Share this answer
 
Comments
maulikshah1990 31-Dec-13 0:49am    
thanks..can u provide proper example with code ....

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