>Hi,
>
[quoted text clipped - 4 lines]
>I need to show my users place where they are at any moment of using the
>web application. bread crumbs is what i am looking for, any suggestions >?
Why not just write one? If you have a Site Map then they are pretty
simple controls to write. All you need to do is loop through the site
map and look for a node whose URL matches the URL of the current page.
If you find one, walk back up the tree, outputting the page links as you
go.
HTH

Signature
Alan Silver
(anything added below this line is nothing to do with me)