The Artima Developer Community
Sponsored Link

.NET Buzz Forum
ASP.NET Menu Panned by The .NET Guy

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Peter G Provost

Posts: 849
Nickname: pprovost
Registered: Aug, 2003

Peter G Provost is a Solution Architect for Interlink Group in Denver, CO.
ASP.NET Menu Panned by The .NET Guy Posted: Aug 8, 2003 12:07 PM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Peter G Provost.
Original Post: ASP.NET Menu Panned by The .NET Guy
Feed Title: Peter Provost's Geek Noise
Feed URL: /error.aspx?aspxerrorpath=/Rss.aspx
Feed Description: Technology news, development articles, Microsoft .NET, and other stuff...
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Peter G Provost
Latest Posts From Peter Provost's Geek Noise

Advertisement

Brad Wilson (aka The .NET Guy) writes:

Peter Provost posts about ASPnetMenu, a product we purchased and are now in the process of replacing. The problem we had with this control was that the HTML output was quite copious, and even moderately large menus (with a few dozen items) would end up being many 10s of K of HTML. Part of the problem is that they used tables for layout; another part is simply inefficient HTML (each menu element has 4 or 5 events tagged off of it).

Since menus don't often change, it's best to get a system where your menu is entirely in JavaScript. Then you can emit the menu as a separate URL, with separate caching semantics from your menu-adorned pages. To that end, we think we're probably moving to AJMenu from NavSurf. It's not .NET-based, but it should be easy to make a .NET wrapper that could dynamically generate the JavaScript as needed.

Honestly, I find that almost ALL .NET Web Controls produce too much HTML. Not to mention the ViewState bag. The fact that this one does doesn't surprise me at all. You should see the amount of HTML and script produced by RichTextBox!

Like I said in my original post however, I don't think popup menus belong on the web. Unless the visual look is almost exactly like a windows application, people get confused and don't know if they should click, rollover, or what. My 2 cents.

Read: ASP.NET Menu Panned by The .NET Guy

Topic: Managed High-End Graphics Development Previous Topic   Next Topic Topic: Rockets on Prisoner Award

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use