Connecting Tech Pros Worldwide Forums | Help | Site Map

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

dpomt
Guest
 
Posts: n/a
#1: Jan 12 '06
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

Steven Cheng[MSFT]
Guest
 
Posts: n/a
#2: Jan 13 '06

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


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=?=" <dpomt@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: <9522F396-6BD3-44FB-9344-4A055CB1959F@microsoft.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.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
|

dpomt
Guest
 
Posts: n/a
#3: Jan 13 '06

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


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.
[color=blue]
> If not, I'm afraid it'll be restricted to the fixed html mode...[/color]
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

[color=blue]
> 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=?=" <dpomt@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: <9522F396-6BD3-44FB-9344-4A055CB1959F@microsoft.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.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
> |
>
>[/color]
Steven Cheng[MSFT]
Guest
 
Posts: n/a
#4: Jan 16 '06

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


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=?=" <dpomt@newsgroups.nospam>
| References: <9522F396-6BD3-44FB-9344-4A055CB1959F@microsoft.com>
<HDDZTpDGGHA.3152@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: <BC00D80A-2F05-482A-80D0-E183D051475C@microsoft.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.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=?=" <dpomt@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: <9522F396-6BD3-44FB-9344-4A055CB1959F@microsoft.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.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
| > |
| >
| >
|

dpomt
Guest
 
Posts: n/a
#5: Jan 16 '06

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


Hello Steven,
[color=blue]
> 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...).[/color]
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
Steven Cheng[MSFT]
Guest
 
Posts: n/a
#6: Jan 17 '06

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


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=?=" <dpomt@newsgroups.nospam>
| References: <9522F396-6BD3-44FB-9344-4A055CB1959F@microsoft.com>
<HDDZTpDGGHA.3152@TK2MSFTNGXA02.phx.gbl>
<BC00D80A-2F05-482A-80D0-E183D051475C@microsoft.com>
<qMYE6qjGGHA.1240@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: <D3F71BC9-0F54-49B2-8931-25F97243D692@microsoft.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.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
|

Closed Thread