473,327 Members | 1,952 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,327 software developers and data experts.

Breadcrumb Navigation bar

I'm trying to build a breadcrum navigation bar for my website....please can
some one suggest me ways...It's a 100 page site and I need it for navigation
with the site....Thank you

--
Message posted via DotNetMonster.com
http://www.dotnetmonster.com/Uwe/For...p-net/200609/1

Sep 8 '06 #1
3 2384
I had designed a breeadcrumb in my previous project based on the URL.
If your site is structered well, you parse the URL and render out the
default page of each level.

For example if URL is
www.test.com/Market/Business/Brand.aspx
Breadcrumb renders it as
Home->Market->Business

Hope this help you.

Best regards,
Krishna
http://www.bitlasworld.com/

DBdealer via DotNetMonster.com wrote:
I'm trying to build a breadcrum navigation bar for my website....please can
some one suggest me ways...It's a 100 page site and I need it for navigation
with the site....Thank you

--
Message posted via DotNetMonster.com
http://www.dotnetmonster.com/Uwe/For...p-net/200609/1
Sep 8 '06 #2
The ASP.NET 2.0 SiteMapPath is used to generate breadcrumb navigation. Get
into it by starting with this search term...

breadcrumb site:msdn2.microsoft.com

<%= Clinton Gallagher
NET csgallagher AT metromilwaukee.com
URL http://clintongallagher.metromilwaukee.com/
MAP 43°2'17"N 88°2'37"W : 43°2'17"N 88°2'37"W

"DBdealer via DotNetMonster.com" <u26307@uwewrote in message
news:65fba4c535ee2@uwe...
I'm trying to build a breadcrum navigation bar for my website....please
can
some one suggest me ways...It's a 100 page site and I need it for
navigation
with the site....Thank you

--
Message posted via DotNetMonster.com
http://www.dotnetmonster.com/Uwe/For...p-net/200609/1

Sep 8 '06 #3
Actually I'm using ASP.net 1.1.....so I don't get that control, I have to
create it manually....I'm being able to trace the previous page and split it
up into several parts as

'tracks the referrer url------>http://serverpath/username/page name
strUser = Request.UrlReferrer.ToString

'separate the string------http://serverpath/username
str1 = strUser.Substring(0, strUser.LastIndexOf("/"))

'separate the "serverpath"------>http://serverpath
str2 = str1.Substring(0, str1.LastIndexOf("/"))
Session("serverpath") = str2

'separate the page name -------->/page name
tot_len = Len(strUser)
str3 = strUser.Substring(Len(str1) + 1, Len(strUser) - Len(str1))

Now the logic is to memorize this page name with an appropriate tag in a
some thing (array, stack.......or may be in the DB) My question is how to
performe this? Please help

--
Message posted via http://www.dotnetmonster.com

Sep 11 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Eric | last post by:
I am looking for a breadcrumb class in PHP that does not rely on the directory structure to build the trail. I have been using Richard Baskettes - http://www.baskettcase.com/classes/breadcrumb/...
2
by: Ray | last post by:
I want to put a navigation bar on a page like: <img> Home >> My Family >> My Daughters >> Melissa >> Three-year-old First I used <ul class="breadcrumb"> <li><img src="icon.gif" alt="icon"><a...
2
by: | last post by:
I'd want to make a custom class that will generate breadcrumb navigation for my site via a recursive query, e.g. Home > Page1 > Subpage 1. I've structured my database with hierarchical parent/child...
2
by: Simon Harris | last post by:
Hi All, Anyone done a bread crumb trail in asp.net? I mean the type of navigation you can see above - 'Viewing: bla > bla2 > bla3' I need to develop one for a site i'm working on, just not...
1
by: TG | last post by:
I would like to know how to create a breadcrumb trail or menue in ASP.NET/VB.NET. Could someone please help me with this? Thank you. TG
3
by: Mark | last post by:
I can envision a situation where I want part of our site to be navigated using a TreeView, and ALL of our site to have a Breadcrumb (SiteMapPath control). Is there a way to maintain a single...
1
by: Mike | last post by:
Hi, I'm a complete newbie to XML and am needing to rush through a job requiring far more knowledge than I have the time to gather. Basically... I need to build a breadcrumb menu for our...
1
by: Red | last post by:
Hi, Can someone give me a starting point, as I can't figure this out myself. I want to create a breadcrumb trail on a site, but instead of being generated by cookies or a directory structure,...
3
by: Justino | last post by:
Hi, I'm trying to integrate breadcrumb based navigation on my site, but have hit a wall. I have an array that pulls from a MySQL data tree (hierarchical) based on a variable passed in the url....
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.