|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Alternative to asp:MenuControl?Can anyone recommend the best alternative the the standard asp.net menu
control? I'd like to use it but so far haven't found a simple way to eliminate: http://www.microsoft.com/communities/newsgroups/list/en-us/default.aspx?dg=microsoft.public.dotnet.framework.aspnet&mid=2f485b39-1346-42c9-bd68-e084ac444ef8&sloc=en-us and also when I was on an Apple computer in a store this morning and surfed to my website , I saw the menu bar was 'a mess' on Safari with no drop-downs, just everything static and un-aligned. Hey Mark, I'm having the same issue, not to mention that the menu control
causes IE 7 to slow to a crawl client side. I don't think the javascript used to render the menu control is all that good, it seems. I would also like to know of an alternative to the menu control. Show quoteHide quote "Mark B" wrote: > Can anyone recommend the best alternative the the standard asp.net menu > control? > > I'd like to use it but so far haven't found a simple way to eliminate: > > http://www.microsoft.com/communities/newsgroups/list/en-us/default.aspx?dg=microsoft.public.dotnet.framework.aspnet&mid=2f485b39-1346-42c9-bd68-e084ac444ef8&sloc=en-us > > and also when I was on an Apple computer in a store this morning and surfed > to my website , I saw the menu bar was 'a mess' on Safari with no > drop-downs, just everything static and un-aligned. > > We haven't done any more work with that just yet.
I can let you know... Please let me know also if you find a simple solution. Show quoteHide quote "Albert B" <Albert B@discussions.microsoft.com> wrote in message news:CF2DF174-A383-4F6E-B8FE-1FE7D366A5E1@microsoft.com... > Hey Mark, I'm having the same issue, not to mention that the menu control > causes IE 7 to slow to a crawl client side. I don't think the javascript > used > to render the menu control is all that good, it seems. > > I would also like to know of an alternative to the menu control. > > "Mark B" wrote: > >> Can anyone recommend the best alternative the the standard asp.net menu >> control? >> >> I'd like to use it but so far haven't found a simple way to eliminate: >> >> http://www.microsoft.com/communities/newsgroups/list/en-us/default.aspx?dg=microsoft.public.dotnet.framework.aspnet&mid=2f485b39-1346-42c9-bd68-e084ac444ef8&sloc=en-us >> >> and also when I was on an Apple computer in a store this morning and >> surfed >> to my website , I saw the menu bar was 'a mess' on Safari with no >> drop-downs, just everything static and un-aligned. >> >> I have GREAT news! My coworker referred this control to me, and it works GREAT!
Here's the link: http://www.skmmenu.com/menu/ It's friendly with ALL browsers and is very fast. Show quoteHide quote "Mark B" wrote: > We haven't done any more work with that just yet. > > I can let you know... > > Please let me know also if you find a simple solution. > > > "Albert B" <Albert B@discussions.microsoft.com> wrote in message > news:CF2DF174-A383-4F6E-B8FE-1FE7D366A5E1@microsoft.com... > > Hey Mark, I'm having the same issue, not to mention that the menu control > > causes IE 7 to slow to a crawl client side. I don't think the javascript > > used > > to render the menu control is all that good, it seems. > > > > I would also like to know of an alternative to the menu control. > > > > "Mark B" wrote: > > > >> Can anyone recommend the best alternative the the standard asp.net menu > >> control? > >> > >> I'd like to use it but so far haven't found a simple way to eliminate: > >> > >> http://www.microsoft.com/communities/newsgroups/list/en-us/default.aspx?dg=microsoft.public.dotnet.framework.aspnet&mid=2f485b39-1346-42c9-bd68-e084ac444ef8&sloc=en-us > >> > >> and also when I was on an Apple computer in a store this morning and > >> surfed > >> to my website , I saw the menu bar was 'a mess' on Safari with no > >> drop-downs, just everything static and un-aligned. > >> > >> > > Thanks. Are you using ASP.NET 3.5? If so does the binaries download at
http://www.skmmenu.com/menu/Download/ work with it? Show quoteHide quote "Albert B" <Albe***@discussions.microsoft.com> wrote in message news:4E0FE473-C4EE-4FA3-8F7A-0490DAC5162A@microsoft.com... >I have GREAT news! My coworker referred this control to me, and it works >GREAT! > > Here's the link: http://www.skmmenu.com/menu/ > > It's friendly with ALL browsers and is very fast. > > "Mark B" wrote: > >> We haven't done any more work with that just yet. >> >> I can let you know... >> >> Please let me know also if you find a simple solution. >> >> >> "Albert B" <Albert B@discussions.microsoft.com> wrote in message >> news:CF2DF174-A383-4F6E-B8FE-1FE7D366A5E1@microsoft.com... >> > Hey Mark, I'm having the same issue, not to mention that the menu >> > control >> > causes IE 7 to slow to a crawl client side. I don't think the >> > javascript >> > used >> > to render the menu control is all that good, it seems. >> > >> > I would also like to know of an alternative to the menu control. >> > >> > "Mark B" wrote: >> > >> >> Can anyone recommend the best alternative the the standard asp.net >> >> menu >> >> control? >> >> >> >> I'd like to use it but so far haven't found a simple way to eliminate: >> >> >> >> http://www.microsoft.com/communities/newsgroups/list/en-us/default.aspx?dg=microsoft.public.dotnet.framework.aspnet&mid=2f485b39-1346-42c9-bd68-e084ac444ef8&sloc=en-us >> >> >> >> and also when I was on an Apple computer in a store this morning and >> >> surfed >> >> to my website , I saw the menu bar was 'a mess' on Safari with no >> >> drop-downs, just everything static and un-aligned. >> >> >> >> >> >> Also, do you know if it can do images behind the menu bar like (a gray gradient in this case, with a dark gray outline)?:
Mark, I am still on ASP.NET 2.0, but frameworks are backwards compatible. The
HTML and such that will render, will be the same regardless of framework. As for customizable, it is 100% customizable with CSS. I will refer you to their examples to see what can be done in that respect. http://www.skmmenu.com/menu/Examples/ It is very similar in behavior and customization to the original menu control, but it seems that they've made some enhancements as far as speed, and reliability across different browsers. Show quoteHide quote "Mark B" wrote: > Also, do you know if it can do images behind the menu bar like (a gray gradient in this case, with a dark gray outline)?: > > re:
!> Please let me know also if you find a simple solution. I have found this CSS menu generator to simply work well : http://wonderwebware.com/css-menu/ I'm now working on trying to encapsulate the generated CSS in an ASP.NET control. Juan T. Llibre, asp.net MVP asp.net faq : http://asp.net.do/faq/ ========================= Show quoteHide quote "Mark B" <none***@none.com> wrote in message news:%23FA96IhlJHA.4912@TK2MSFTNGP04.phx.gbl... > We haven't done any more work with that just yet. > > I can let you know... > > Please let me know also if you find a simple solution. > > > "Albert B" <Albert B@discussions.microsoft.com> wrote in message > news:CF2DF174-A383-4F6E-B8FE-1FE7D366A5E1@microsoft.com... >> Hey Mark, I'm having the same issue, not to mention that the menu control >> causes IE 7 to slow to a crawl client side. I don't think the javascript used >> to render the menu control is all that good, it seems. >> >> I would also like to know of an alternative to the menu control. >> >> "Mark B" wrote: >> >>> Can anyone recommend the best alternative the the standard asp.net menu >>> control? >>> >>> I'd like to use it but so far haven't found a simple way to eliminate: >>> >>> http://www.microsoft.com/communities/newsgroups/list/en-us/default.aspx?dg=microsoft.public.dotnet.framework.aspnet&mid=2f485b39-1346-42c9-bd68-e084ac444ef8&sloc=en-us >>> >>> and also when I was on an Apple computer in a store this morning and surfed >>> to my website , I saw the menu bar was 'a mess' on Safari with no >>> drop-downs, just everything static and un-aligned. >>> >>> >
CustomValidator
DropDownList Input open a new window with ajax reorder list Using the ImageUrl property of the HyperLink control Time tracking software with asp.net source code Enter key as select/submit button Unnecessary spaces when rendering list controls RegularExpressionValidator problem Link Button - Text on 2 lines Finding new record in DetailsView with ObjectDataSource |
|||||||||||||||||||||||