ComponentArt Menu



(19) Submit a Review

27,654 Downloads

241,285 Views


Description



ComponentArt Menu for ASP.NET features ultra-light page footprint, fast performance, and a wealth of unique client-side features thanks to ComponentArt's advanced rendering technology.

Feature Highlights:

  • Built on Superior Technology: ComponentArt's patent-pending rendering technology features client-side storage and templates, delivering ultra-light page footprint, fast performance and a wealth of unique client-side features.
  • Deep Integration with Microsoft ASP.NET AJAX / 3.5: The control is available in ASP.NET 1.0 and ASP.NET 2.0 frameworks, while offering comprehensive integration with the client-side component model introduced by ASP.NET AJAX (now an integral part of ASP.NET 3.5).
  • Complete Client-side API: ComponentArt Menu is the only menu control featuring a complete client-side API: with the ability to create, change or delete menu items at any level, and persist all changes to the server.
  • Advanced Core Feature Set: Features every imaginable expand/ collapse setting, integrated client and server APIs, advanced navigation, context menus, scrolling groups, keyboard shortcuts, and more!
  • Cross-Browser Compatibility: Supports IE5-7, Firefox 1-2, Netscape 7-8, Mozillas, Opera 8-9, Safari 1.
  • New! Direct Web Service Binding: The control supports content population through lightweight client-side binding with ASP.NET 3.5 web services or JSON collections.


Syntax Example

<ComponentArt:Menu id="Menu1" Orientation="Vertical" ExpandSlide="ExponentialAccelerate" ExpandTransition="Fade" ExpandDuration="300" ExpandOnClick="True" ExpandDelay="150" CollapseSlide="QuadraticDecelerate" CollapseSlide="Pixelate" CollapseDuration="200" CollapseDelay="450" CascadeCollapse="True" SiteMapXmlFile="menuData.xml" runat="server" > <Items> <ComponentArt:MenuItem Text="Item1" NavigateUrl="page1.aspx" > <ComponentArt:MenuItem Text="Item2" NavigateUrl="page2.aspx" /> <ComponentArt:MenuItem Text="Item3" NavigateUrl="page3.aspx" /> <ComponentArt:MenuItem Text="Item4" NavigateUrl="page4.aspx" /> </ComponentArt:MenuItem> </Items> </ComponentArt:Menu>

Screenshots

Reviews

Submit a review

Great Menu

Reviewed by: caspercat13 on Monday, May 02, 2005

5 Stars

We've been using the Component Art Menu for 2 - 3 years now. It's very easy to use from a developer standpoint. Moving from version 1 to version 2 was also a success and decreased the amount of data downloaded to our clients by 50%, essentially speeding up our application. We put quite a bit of time into choosing a third party control menu and we're satisfied that we made the best choice possible.

Not cheap, but worth every dime!

Reviewed by: adec on Friday, October 01, 2004

5 Stars

What an outstanding suite of menu controls! They work great, even in a cross-browser evironment. They are easy to program against, and least, but not least, they look great! The latter being important to achieve an overall quality look and feel for a well designed and developed web site. Just get them! Andre Colbiornsen [MVP, Asp/Asp.Net Visaul Developer]

The Best keep getting Better!!

Reviewed by: kfuller on Wednesday, September 08, 2004

5 Stars

I have used a number of menu controls in the past. From building my own DHTML, using some of the excellent free menus out there, and many commercial packages such as ComponentArt's WebUI Menu component (formerly ASPnetMenu). While I was able to do what I needed to using the free or self built menus, they all lacked one major item...ease of use! Building corporate sites and web applications requires you to develop as fast as possible. You don't want to be worried about your navigation tool and ComponentArt takes that burden away in an outstanding professionally built web control. We all know what menus can do, so I won't talk about that. ComponentArt had hit gold with ASPnetMenu. Having a source license I could see the quality in their coding practices. Everything was easy to follow and change as I needed. With the latest version, Menu 2.0, the folks at ComponentArt have made a great control even better. Here are some of the new, subtle, but very important additions made: -MouseOver and MouseO

Belongs in .NET Control Hall of Fame

Reviewed by: m.assad on Wednesday, January 07, 2004

5 Stars

CYBERAKT could write the book on best practices for developing user controls for .NET. I am thorougly impressed with the design and engineering that went into this product and I think that other control developers should take a serious look at their approach. The ASPNetMenu control is a must-have in every .NET developers arsenal. Looking for more? Check out their latest: www.richcontentrotator.com. Poised to be #2 on the download ranks :) Michael from Toronto: www.edentity.ca

Outstanding Product

Reviewed by: dberry on Thursday, December 11, 2003

5 Stars

This is an outstanding product. Very flexible, many different ways to configure and it comes with more than enough samples to show you all different ways the product can be used. The only drawback is that it doesn't come in a VB version as well. Otherwise it's a great deal if you're looking for an easy to configure menu system for your ASP.NET project.

Powerful Product and Helpful Support

Reviewed by: NeilM on Tuesday, November 04, 2003

5 Stars

We've used this control on a number of projects and it's never failed to deliver. It's installation is clean and simple (unlike much of the competion!) and it works. Whilst it's simple to use, it is worthwhile getting to know the product - you can achieve some great visuals with it with a bit of time and effort. Overall we've been very satisfied with the product and with Cyberakt and use it by default for all of our commercial projects.

Has many features, but is lacking in some areas.

Reviewed by: fregas on Wednesday, October 08, 2003

3 Stars

Everyone seems to love this control, and perhaps I'm just not using it correctly. But I find many inconsistencies in its API. For example, does a postback occur when you assign a menu item a URL? Sometimes it seems to do so, sometimes not. Maybe there was a change in the most recent version. Also, it uses a lot of non-standard property names. Not a huge deal, but kind of annoying when you can't find a common property that is in most server controls. For example, there is no Enabled property, but there is an IsDisabled property. I would have also like it if you could assign events to invidual menu items rather than just the whole menu itself and having to use a switch...case statement to figure out which menu item was clicked. As it is, you have one huge method that looks like very &quot;old school&quot; procedural code to handle many different tasks. Finally, while it has great support for CSS properties in its normal and mouseover states, if you disable an item, there is no CSS property for

Perfect control & perfect support!!!

Reviewed by: itfconsultancy on Tuesday, May 27, 2003

5 Stars

After playing with this control for a while, I think it is (almost) perfect. All the webapplications I build for customers rely heavily on ASP.NET Menu. I even created a menu with the possibility to extend and/or change the menu itself. Every customer wants it! And Jovan? He is the best technical support I've ever met... Very quick and he provides the right answers ;-) Something which seems logical but unfortunatelly isn't... Keep up the good work.

Professional menus with simple setup and maint.

Reviewed by: john1 on Tuesday, May 27, 2003

5 Stars

We were looking for a menu program for our new dot.net web site and have decided to go with ASP.netMenu for its professional look, practical setup and simple maintenance. It provides us a horizontal menu with optional drop-downs and a vertical menu that is dymanically populated from an SQL database. Each with hyperlinks to the appropriate pages. Need to modify the menu? Change the text based XML file with notepad. Simple and professional! Want a mouseover? The CSS file (samples provided) does it in 12 short lines of text such as &quot;background-color:lightyellow;&quot;. Perfect for DotNet webs! Thank you Cyberakt. Nice product! Wish we had something like this for the ASP site 3 years ago.

Powerful yet simple

Reviewed by: jring on Thursday, April 10, 2003

5 Stars

Seeking to purchase a new menu tool for our corporate development department, we tried many different tool sets. The ASPnetMenu provided us with the most robust set of tools for the money. It was very simple to learn how to use and integrates very nicely with VS.Net and our projects.

This controls is awesome (and tech support is wondeful!!)

Reviewed by: joee on Wednesday, March 05, 2003

5 Stars

ASP.NET is simply awesome technology. It is however at the same time quit overwhelming to learn. This control is exactly what I needed. I have been builing this type of menus in DHTML for a couple of years. Now all I have to do is drag the control onto my aspx pages, modify the XML and CSS and BAM, I'm done. Truly awesome. Finally, the support. Jovan has been exceptional at helping me out with the control Keep up the great work.

Fantastic!

Reviewed by: Ted Henley on Thursday, February 27, 2003

5 Stars

I used this control for a major web application for our largest client. It didn't let me down in the least. Incredibly easy to use and flexible, it was easy to fit in. It also gave the site an incredible look of professionalism that is hard to achieve.

Great product, Great support!

Reviewed by: kirin on Tuesday, January 28, 2003

5 Stars

I using this control for about a month now and I love it! It is easy to use, extremely flexible, and looks awesome. Also every time I have a question about the product the support has been among the fastest and most thorough I have seen in a really long time. Definitely a must have!

Solid

Reviewed by: Jeepaholic on Friday, January 24, 2003

5 Stars

Very easy to use, very straight-forward, very powerful, and support rocks. Questions are answered politely and with expediency, even when you haven't purchased it yet.

great control!

Reviewed by: thinton99 on Monday, December 23, 2002

5 Stars

Exactly what I was looking for and more. It is nice to see a control that is well documented and works as stated. Thanks for the effort.

Excellent Control, Fast Development Time

Reviewed by: resauers1 on Tuesday, December 17, 2002

5 Stars

We had previously used another major name menu which required 2 days to setup and still wouldn't display over dropdownlists. In 60 mins I had the ASP.NET Menu up on our site and it looked so much better than the other menu. CYBERAKT support is awesome and fast. The other company always told us it was the browsers fault, these guys work with you to solve the issue, not throw the blame. I developed a dynamic menu from SQL server that has an XP look in a little over 2 hours. If you want to spend time developing and not maintaining your menu control, buy this one. This menu Rocks!!!!

Great tech support

Reviewed by: vijayareddy on Wednesday, December 04, 2002

5 Stars

Menu works great. Excellent tech support. They go beyond one step and help you about tech problems. I had few issues with XML and display of menu over Flash movie and the help i have received from Tech support was amazing. If you are looking for a great menu and excellent tech support, go for it.

u cant go wrong

Reviewed by: Wastedsys on Saturday, November 09, 2002

5 Stars

creating on the fly menus based on user, access level, current selected activity and so forth... PERFECT! love the ability to hook it up to SQL Server! Great tech support.. happy to help with any problem!

This is great!

Reviewed by: ngtstlkr on Tuesday, October 29, 2002

5 Stars

Excellent little utility, and who cares about Opera anyway?

Microsoft Communities