473,406 Members | 2,281 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,406 software developers and data experts.

ASP.NET 2.0 menu: where to set alternate text for "^ up one level

When the ASP.NET menu is rendered on downlevel browers, the text "^ up one
level" is displayed.
Any ideas how I can change that text? I did not find a property for the menu
control where I can change it.

Dieter
Jan 12 '06 #1
5 2588
Hi Dieter,

Thanks for your posting.
As for the ASP.NET menu control, most of its server control properties are
documented for its uplevel browser condition. For downlevel condition, it
may just render out some fixed html code(conforms html 3.2), So I think in
downlevel browser model the Menu control will has limited customization
support. Anyway, you can try those exposed Image or Text Properties to see
whether they have effect on the Menu control... If not, I'm afraid it'll be
restricted to the fixed html mode...

Thanks,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
--------------------
| Thread-Topic: ASP.NET 2.0 menu: where to set alternate text for "^ up
one level
| thread-index: AcYXu/8ot1eeVfdoTTi0Vvb27vWDeQ==
| X-WBNR-Posting-Host: 84.162.124.58
| From: "=?Utf-8?B?ZHBvbXQ=?=" <dp***@newsgroups.nospam>
| Subject: ASP.NET 2.0 menu: where to set alternate text for "^ up one
level
| Date: Thu, 12 Jan 2006 13:06:03 -0800
| Lines: 6
| Message-ID: <95**********************************@microsoft.co m>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="Utf-8"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Content-Class: urn:content-classes:message
| Importance: normal
| Priority: normal
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
| Path: TK2MSFTNGXA02.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSF TNGXA03.phx.gbl
| Xref: TK2MSFTNGXA02.phx.gbl
microsoft.public.dotnet.framework.aspnet:370446
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| When the ASP.NET menu is rendered on downlevel browers, the text "^ up
one
| level" is displayed.
| Any ideas how I can change that text? I did not find a property for the
menu
| control where I can change it.
|
| Dieter
|

Jan 13 '06 #2
Hi Steven,

thanks for your reply.

I have tried the available text properties with no luck: there is no
suitable method to change the "^ one level up" text.
If not, I'm afraid it'll be restricted to the fixed html mode... I am developing a multilingual web application. Having just replaced the old
DHTML menu control that worked like a charm even on must downlevel browsers I
am now faced multiple issues with the ASP.NET menu. First problem is, that
Safari is handled as downlevel browser and does not render a dynamic menu
with flyout submenus. Worse, the fixed html it generates is not customizable
in means I cannot change the "^one level up" text. I guess have to replace
the ASP.NET menu to get around the problems.

Best regards,
Dieter

documented for its uplevel browser condition. For downlevel condition, it
may just render out some fixed html code(conforms html 3.2), So I think in
downlevel browser model the Menu control will has limited customization
support. Anyway, you can try those exposed Image or Text Properties to see
whether they have effect on the Menu control... If not, I'm afraid it'll be
restricted to the fixed html mode...

Thanks,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
--------------------
| Thread-Topic: ASP.NET 2.0 menu: where to set alternate text for "^ up
one level
| thread-index: AcYXu/8ot1eeVfdoTTi0Vvb27vWDeQ==
| X-WBNR-Posting-Host: 84.162.124.58
| From: "=?Utf-8?B?ZHBvbXQ=?=" <dp***@newsgroups.nospam>
| Subject: ASP.NET 2.0 menu: where to set alternate text for "^ up one
level
| Date: Thu, 12 Jan 2006 13:06:03 -0800
| Lines: 6
| Message-ID: <95**********************************@microsoft.co m>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="Utf-8"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Content-Class: urn:content-classes:message
| Importance: normal
| Priority: normal
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
| Path: TK2MSFTNGXA02.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSF TNGXA03.phx.gbl
| Xref: TK2MSFTNGXA02.phx.gbl
microsoft.public.dotnet.framework.aspnet:370446
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| When the ASP.NET menu is rendered on downlevel browers, the text "^ up
one
| level" is displayed.
| Any ideas how I can change that text? I did not find a property for the
menu
| control where I can change it.
|
| Dieter
|

Jan 13 '06 #3
Thanks for your response Dieter,

For up/down level browsers, they're configurable, maybe the ASP.NET 2.0
browser definition files group safari into downlevel due to its former
versions.... And here are some msdn reference on ASP.NET server controls &
browser caps:

#ASP.NET Web Server Controls and Browser Capabilities
http://msdn2.microsoft.com/en-us/library/x3k2ssx2.aspx

Also, for the Menu control's HTML content, I do admit that it still lack of
some features since the ASP.NET 2.0 first time include such a group of
cross browser navigation control(in 1.1 there only exists a set of add-on
IE specific webcontrols...). However, I think our dev guys will continually
to improve them according to customers and community's feedback. So I'd
suggest you also post your request to the MSDN feedback center:

http://lab.msdn.microsoft.com/produc...k/default.aspx

In addition, you can also have a look at some blogs at WWW.ASP.NET since
many ASPNET dev team members will frequently post some updates on new
asp.net feature update....

Thanks for your understanding..

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

--------------------
| Thread-Topic: ASP.NET 2.0 menu: where to set alternate text for "^ up
one l
| thread-index: AcYYUyXgzJxOl99gQG6lGtw4ayBZzQ==
| X-WBNR-Posting-Host: 84.162.101.34
| From: "=?Utf-8?B?ZHBvbXQ=?=" <dp***@newsgroups.nospam>
| References: <95**********************************@microsoft.co m>
<HD**************@TK2MSFTNGXA02.phx.gbl>
| Subject: RE: ASP.NET 2.0 menu: where to set alternate text for "^ up one
l
| Date: Fri, 13 Jan 2006 07:08:02 -0800
| Lines: 73
| Message-ID: <BC**********************************@microsoft.co m>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="Utf-8"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Content-Class: urn:content-classes:message
| Importance: normal
| Priority: normal
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
| Path: TK2MSFTNGXA02.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGXA03.phx.gbl
| Xref: TK2MSFTNGXA02.phx.gbl
microsoft.public.dotnet.framework.aspnet:370648
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| Hi Steven,
|
| thanks for your reply.
|
| I have tried the available text properties with no luck: there is no
| suitable method to change the "^ one level up" text.
|
| > If not, I'm afraid it'll be restricted to the fixed html mode...
| I am developing a multilingual web application. Having just replaced the
old
| DHTML menu control that worked like a charm even on must downlevel
browsers I
| am now faced multiple issues with the ASP.NET menu. First problem is,
that
| Safari is handled as downlevel browser and does not render a dynamic menu
| with flyout submenus. Worse, the fixed html it generates is not
customizable
| in means I cannot change the "^one level up" text. I guess have to
replace
| the ASP.NET menu to get around the problems.
|
| Best regards,
| Dieter
|
|
| > documented for its uplevel browser condition. For downlevel condition,
it
| > may just render out some fixed html code(conforms html 3.2), So I think
in
| > downlevel browser model the Menu control will has limited customization
| > support. Anyway, you can try those exposed Image or Text Properties to
see
| > whether they have effect on the Menu control... If not, I'm afraid
it'll be
| > restricted to the fixed html mode...
| >
| > Thanks,
| >
| > Steven Cheng
| > Microsoft Online Support
| >
| > Get Secure! www.microsoft.com/security
| > (This posting is provided "AS IS", with no warranties, and confers no
| > rights.)
| > --------------------
| > | Thread-Topic: ASP.NET 2.0 menu: where to set alternate text for "^
up
| > one level
| > | thread-index: AcYXu/8ot1eeVfdoTTi0Vvb27vWDeQ==
| > | X-WBNR-Posting-Host: 84.162.124.58
| > | From: "=?Utf-8?B?ZHBvbXQ=?=" <dp***@newsgroups.nospam>
| > | Subject: ASP.NET 2.0 menu: where to set alternate text for "^ up one
| > level
| > | Date: Thu, 12 Jan 2006 13:06:03 -0800
| > | Lines: 6
| > | Message-ID: <95**********************************@microsoft.co m>
| > | MIME-Version: 1.0
| > | Content-Type: text/plain;
| > | charset="Utf-8"
| > | Content-Transfer-Encoding: 7bit
| > | X-Newsreader: Microsoft CDO for Windows 2000
| > | Content-Class: urn:content-classes:message
| > | Importance: normal
| > | Priority: normal
| > | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| > | Newsgroups: microsoft.public.dotnet.framework.aspnet
| > | NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
| > | Path:
TK2MSFTNGXA02.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSF TNGXA03.phx.gbl
| > | Xref: TK2MSFTNGXA02.phx.gbl
| > microsoft.public.dotnet.framework.aspnet:370446
| > | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| > |
| > | When the ASP.NET menu is rendered on downlevel browers, the text "^
up
| > one
| > | level" is displayed.
| > | Any ideas how I can change that text? I did not find a property for
the
| > menu
| > | control where I can change it.
| > |
| > | Dieter
| > |
| >
| >
|

Jan 16 '06 #4
Hello Steven,
Also, for the Menu control's HTML content, I do admit that it still lack of
some features since the ASP.NET 2.0 first time include such a group of
cross browser navigation control(in 1.1 there only exists a set of add-on
IE specific webcontrols...).

It's really great that MS provided the new (more or less) crossbrowser menu
control, since there is no longer the need for a third party product and I
really enjoy the possibility to write custom sitemap providers.

Like you have suggested, I will check www.asp.net frequently to see if there
are any updates.

Thank you for supporting me!
Best regards,
Dieter
Jan 16 '06 #5
Thanks for your understanding & support!

Best Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
--------------------
| Thread-Topic: ASP.NET 2.0 menu: where to set alternate text for "^ up
one l
| thread-index: AcYa6DRHvBrASImRTGyZ/s5JwHRfrg==
| X-WBNR-Posting-Host: 84.162.72.211
| From: "=?Utf-8?B?ZHBvbXQ=?=" <dp***@newsgroups.nospam>
| References: <95**********************************@microsoft.co m>
<HD**************@TK2MSFTNGXA02.phx.gbl>
<BC**********************************@microsoft.co m>
<qM**************@TK2MSFTNGXA02.phx.gbl>
| Subject: RE: ASP.NET 2.0 menu: where to set alternate text for "^ up one
l
| Date: Mon, 16 Jan 2006 14:00:03 -0800
| Lines: 16
| Message-ID: <D3**********************************@microsoft.co m>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="Utf-8"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Content-Class: urn:content-classes:message
| Importance: normal
| Priority: normal
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
| Path: TK2MSFTNGXA02.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSF TNGXA03.phx.gbl
| Xref: TK2MSFTNGXA02.phx.gbl
microsoft.public.dotnet.framework.aspnet:371262
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| Hello Steven,
|
| > Also, for the Menu control's HTML content, I do admit that it still
lack of
| > some features since the ASP.NET 2.0 first time include such a group of
| > cross browser navigation control(in 1.1 there only exists a set of
add-on
| > IE specific webcontrols...).
| It's really great that MS provided the new (more or less) crossbrowser
menu
| control, since there is no longer the need for a third party product and
I
| really enjoy the possibility to write custom sitemap providers.
|
| Like you have suggested, I will check www.asp.net frequently to see if
there
| are any updates.
|
| Thank you for supporting me!
| Best regards,
| Dieter
|

Jan 17 '06 #6

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

Similar topics

2
by: Rob McLennan - ZETLAND | last post by:
Hi, I have set up an external stylesheet, named "print.css", to format the style of all pages printed from my company's website. I've been previewing my changes to the stylesheet by doing...
4
by: JesusFreak | last post by:
From: us_traveller@yahoo.com (JesusFreak) Newsgroups: microsoft.public.scripting.jscript Subject: toolbar script problem NNTP-Posting-Host: 192.92.126.136 Recently, I downloaded the following...
1
by: ajay | last post by:
I have following code for a slide menu but i twiked it to work for a single level menu. Open it in a Browser to get a clear picture. I have 2 Qs 1) How to make first entry as non-link. i.e i...
14
by: Don G | last post by:
Within the menu for my site, I have inserted 'class="current"' within the link for the current page. So the link looks somthing link: <li><a href="index.php" class="current">Home</a></li> The...
4
by: Yuk Cheng | last post by:
<<<start index.htm>>> <html> <head> <script> function perform(action){ } </script> </head>
7
by: johkar | last post by:
I am confused on childNodes or children. When you have nested lists, I would think it would all be one list in the Dom, this doesn't seem to be the case. So how do you traverse an unordered list?...
1
by: DJG79 | last post by:
Hi all, I am using an open source menu that i found and it works great, except for one thing that when the web page is not scrolled to the very top the drop down links will not stay visible. Has...
2
by: Ravi Joshi | last post by:
The menu on my site works fine in IE6 and Firefox. In IE7, there is a problem with the menu: when you mouse over the various main catagories, the sub-catagories all appear to the right as they...
7
by: milestogofromhere | last post by:
It is late so this is probably something really obvious but I am not seeing it. Can someone please help? Here is the page in question: html - http://www.itsyourplate.com/index2.php css -...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.