473,549 Members | 2,734 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 2600
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/8ot1eeVfdoTTi0V vb27vWDeQ==
| X-WBNR-Posting-Host: 84.162.124.58
| From: "=?Utf-8?B?ZHBvbXQ=?=" <dp***@newsgrou ps.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************ *************** *******@microso ft.com>
| 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.publi c.dotnet.framew ork.aspnet
| NNTP-Posting-Host: TK2MSFTNGXA03.p hx.gbl 10.40.2.250
| Path: TK2MSFTNGXA02.p hx.gbl!TK2MSFTN GXA01.phx.gbl!T K2MSFTNGXA03.ph x.gbl
| Xref: TK2MSFTNGXA02.p hx.gbl
microsoft.publi c.dotnet.framew ork.aspnet:3704 46
| X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.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/8ot1eeVfdoTTi0V vb27vWDeQ==
| X-WBNR-Posting-Host: 84.162.124.58
| From: "=?Utf-8?B?ZHBvbXQ=?=" <dp***@newsgrou ps.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************ *************** *******@microso ft.com>
| 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.publi c.dotnet.framew ork.aspnet
| NNTP-Posting-Host: TK2MSFTNGXA03.p hx.gbl 10.40.2.250
| Path: TK2MSFTNGXA02.p hx.gbl!TK2MSFTN GXA01.phx.gbl!T K2MSFTNGXA03.ph x.gbl
| Xref: TK2MSFTNGXA02.p hx.gbl
microsoft.publi c.dotnet.framew ork.aspnet:3704 46
| X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.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: AcYYUyXgzJxOl99 gQG6lGtw4ayBZzQ ==
| X-WBNR-Posting-Host: 84.162.101.34
| From: "=?Utf-8?B?ZHBvbXQ=?=" <dp***@newsgrou ps.nospam>
| References: <95************ *************** *******@microso ft.com>
<HD************ **@TK2MSFTNGXA0 2.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************ *************** *******@microso ft.com>
| 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.publi c.dotnet.framew ork.aspnet
| NNTP-Posting-Host: TK2MSFTNGXA03.p hx.gbl 10.40.2.250
| Path: TK2MSFTNGXA02.p hx.gbl!TK2MSFTN GP08.phx.gbl!TK 2MSFTNGXA03.phx .gbl
| Xref: TK2MSFTNGXA02.p hx.gbl
microsoft.publi c.dotnet.framew ork.aspnet:3706 48
| X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.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/8ot1eeVfdoTTi0V vb27vWDeQ==
| > | X-WBNR-Posting-Host: 84.162.124.58
| > | From: "=?Utf-8?B?ZHBvbXQ=?=" <dp***@newsgrou ps.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************ *************** *******@microso ft.com>
| > | 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.publi c.dotnet.framew ork.aspnet
| > | NNTP-Posting-Host: TK2MSFTNGXA03.p hx.gbl 10.40.2.250
| > | Path:
TK2MSFTNGXA02.p hx.gbl!TK2MSFTN GXA01.phx.gbl!T K2MSFTNGXA03.ph x.gbl
| > | Xref: TK2MSFTNGXA02.p hx.gbl
| > microsoft.publi c.dotnet.framew ork.aspnet:3704 46
| > | X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.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: AcYa6DRHvBrASIm RTGyZ/s5JwHRfrg==
| X-WBNR-Posting-Host: 84.162.72.211
| From: "=?Utf-8?B?ZHBvbXQ=?=" <dp***@newsgrou ps.nospam>
| References: <95************ *************** *******@microso ft.com>
<HD************ **@TK2MSFTNGXA0 2.phx.gbl>
<BC************ *************** *******@microso ft.com>
<qM************ **@TK2MSFTNGXA0 2.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************ *************** *******@microso ft.com>
| 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.publi c.dotnet.framew ork.aspnet
| NNTP-Posting-Host: TK2MSFTNGXA03.p hx.gbl 10.40.2.250
| Path: TK2MSFTNGXA02.p hx.gbl!TK2MSFTN GXA01.phx.gbl!T K2MSFTNGXA03.ph x.gbl
| Xref: TK2MSFTNGXA02.p hx.gbl
microsoft.publi c.dotnet.framew ork.aspnet:3712 62
| X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.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
4662
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 File\Print Preview in IE6 and noticed that occasionally the leftmost button of the javascript menu (CoolMenus Version 3.02) on our website is printed. (I...
4
3819
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 beautiful script "http://javascript.internet.com/navigation/toolbar-menu.html". It works like a charm. I made my webpage in frames, where the...
1
4306
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 want to make first text as Table Heading/menu category. For examle in the given menu i want to make a heading as "Comp. Languages" which won't be a...
14
3922
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 css for formatting the menu links is: #menu a:hover { background-color: #E00080; color: white;
4
5754
by: Yuk Cheng | last post by:
<<<start index.htm>>> <html> <head> <script> function perform(action){ } </script> </head>
7
2972
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? Any help appreciated. John In the below script, I can expand and contract the nodes when clicked on, but I want the menu to close all other...
1
2046
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 anyone else had this sort of problem with javascript? and any ideas how to fix it would be greatly appreciated.. I have included a copy of the...
2
2256
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 should; however, as soon as you mouse towards any but the TOP sub-catagory, all those sub-catagories still view there. It will work first time quite...
7
5547
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 - http://www.itsyourplate.com/thin.css As you can see from the file the menu is showing up vertically not horizontally. I copied the code directly from...
0
7524
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7451
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7720
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
1
7475
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
7812
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
3501
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
1
1944
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1061
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
766
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.