Hello!
Im a beginner ASP.NET "developer". I built a few web pages, and i made a website.sitemap!
Sometimes the sitemappath is too long, and i want to hide a part of it. For example:
A.aspx -> B.aspx -> C.aspx -> D.aspx
is ok but if it's more then 5 part i want to hide the middle
A.aspx -> B.aspx -> C.aspx -> D.aspx -> E.aspx ->F.aspx display like A.aspx -> B.aspx -> ... -> E.aspx ->F.aspx or similar.
Is it possible?
Thank Norbert
Go to the complete details ...