|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ASP.NET 2.0 menu: where to set alternate text for "^ up one levelWhen 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 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.) -------------------- Show quoteHide quote | Thread-Topic: ASP.NET 2.0 menu: where to set alternate text for "^ up microsoft.public.dotnet.framework.aspnet:370446one 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-4A055CB19***@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!TK2MSFTNGXA03.phx.gbl | Xref: TK2MSFTNGXA02.phx.gbl Show quoteHide quote | 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 | 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 Show quoteHide quote > 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-4A055CB19***@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!TK2MSFTNGXA03.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 > | > > 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/productfeedback/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 <HDDZTpDGGHA.3***@TK2MSFTNGXA02.phx.gbl>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-4A055CB19***@microsoft.com> Show quoteHide quote | Subject: RE: ASP.NET 2.0 menu: where to set alternate text for "^ up one microsoft.public.dotnet.framework.aspnet:370648l | Date: Fri, 13 Jan 2006 07:08:02 -0800 | Lines: 73 | Message-ID: <BC00D80A-2F05-482A-80D0-E183D0514***@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!TK2MSFTNGXA03.phx.gbl | Xref: TK2MSFTNGXA02.phx.gbl Show quoteHide quote | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet it'll be | | 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 Show quoteHide quote | > restricted to the fixed html mode... TK2MSFTNGXA02.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGXA03.phx.gbl| > | > 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-4A055CB19***@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: Show quoteHide quote | > | 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 | > | | > | > | Hello Steven,
> Also, for the Menu control's HTML content, I do admit that it still lack of It's really great that MS provided the new (more or less) crossbrowser menu > 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...). 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 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 <HDDZTpDGGHA.3***@TK2MSFTNGXA02.phx.gbl> 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-4A055CB19***@microsoft.com> <BC00D80A-2F05-482A-80D0-E183D0514***@microsoft.com> <qMYE6qjGGHA.1***@TK2MSFTNGXA02.phx.gbl> Show quoteHide quote | Subject: RE: ASP.NET 2.0 menu: where to set alternate text for "^ up one microsoft.public.dotnet.framework.aspnet:371262l | Date: Mon, 16 Jan 2006 14:00:03 -0800 | Lines: 16 | Message-ID: <D3F71BC9-0F54-49B2-8931-25F97243D***@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!TK2MSFTNGXA03.phx.gbl | Xref: TK2MSFTNGXA02.phx.gbl Show quoteHide quote | 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 |
Other interesting topics
disabling html validation does not seem to stck
Parse-ing Strings Application Performance Question Problems with ASP.NET 2.0 menu with Safari Error - System.Data.OleDb.OleDbException: Could not use ''; file already in use. - please help Issues with multiple website development on Windows 2000 pro box Need Step by Step guide for setting up IIS 6 for ASP Question on string DataGrid Columns Spannig More Than One Column Referencing other web projects within Visual Studio 2005 |
|||||||||||||||||||||||