Wrox Programmer Forums
Go Back   Wrox Programmer Forums > C# and C > C# 1.0 > C#
|
C# Programming questions specific to the Microsoft C# language. See also the forum Beginning Visual C# to discuss that specific Wrox book and code.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the C# section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 14th, 2005, 07:28 PM
Registered User
 
Join Date: Apr 2005
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I was involved in a project that made extensive use of breadcrumbs overall but my role did not give me a chance to discover how it was done, how sad. It does look like it made use of the XML approach that Peter and Rod mentioned : http://www.nhmccd.edu/Templates/Content.aspx?pid=2905; but then we had used a propriatory content management system from Estrada built in C#.NET.
What I really need would be used in a simple website and quick; that was why I am concidering session variables with ASP classic.

Thanks guys for all the suggestions.

- Chuksted

 
Old June 14th, 2005, 07:58 PM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

Chuksted,

I'm still a little confused about this whole thing. If you are not going to be doing a historical breadcrumb but rather a "site branch" indicator, then the session collection is not of much use as you don't need to store dynamic information. You just need to display something indicating where in your site map the user it browsing. So then you just need a way to store static information about the locations and their descriptions.

-Peter





Similar Threads
Thread Thread Starter Forum Replies Last Post
Converting Classic Asp to Asp.Net 2.0 vikaspatyal ASP.NET 2.0 Professional 2 October 7th, 2007 06:33 PM
asp.net vs classic asp "URGENT" naeem_ul_hussan Classic ASP Professional 1 August 1st, 2007 03:14 PM
classic asp with asp.net on same iis bostonrose .NET Framework 2.0 6 January 10th, 2007 12:38 PM
breadcrumbs question... yasminnnnn ASP.NET 2.0 Basics 0 December 18th, 2006 04:23 PM
site breadcrumbs netcrawler Classic ASP Basics 0 October 21st, 2004 12:23 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.