Link to home
Start Free TrialLog in
Avatar of Tom Knowlton
Tom KnowltonFlag for United States of America

asked on

breadcrumbs

Are there automated breadcrumb controls or tutorials for making one?

Perhaps something that builds the breadcrumbs based on your browser history?

Is this too problematic?  What are some approaches to making breadcrumbs?  What are the pitfalls?

Thanks!

(asp.net C# / JavaScript / jQuery examples are fine)
ASKER CERTIFIED SOLUTION
Avatar of AngryBinary
AngryBinary

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Tom Knowlton

ASKER

There are many prefabricated implementations out there (a Google search for "ASP.NET breadcrumb control" will turn up plenty). This is a good example that tackles these challenges pretty well:

http://www.codeguru.com/vb/vb_internet/aspnet/article.php/c6851

---------------------------------

I don't suppose there is a C# equivalent.  Not really looking to port code right now....
Avatar of AngryBinary
AngryBinary

I don't think there's a c# version of that particular solution, but here's a different one:

http://www.eggheadcafe.com/tutorials/asp-net/4dd2114f-301e-408b-b6a6-e65ff889c3da/creating-breadcrumb-user-control.aspx