
Did you know ? Now the Ribbon is part of Office Web.UI, a suite of free components for ASP.NET
What is the ASP.NET Ribbon ?
The ASP.NET Ribbon is a Ribbon server control that looks like Office 2010, Sharepoint 2010 and Office Web Apps 2010.
It supports
• Theming
• Contextual Tabs
• Backstage view (new in Office 2010)
• Toggle the Ribbon
• Postback persistance

What you may like…
The new backstage view :

The new galleries :

The new tooltips :

The contextual tabs :

Requirements
Starting version 2, the Control needs only JQuery and .NET 2.0
History
Version 2.1
- Add controls to the "Extra Area" (top right of ribbon) New !
http://aspnetribbon.codeplex.com/Thread/View.aspx?ThreadId=239398 - Fixed bug : You can now add Backstage Pages by code
http://aspnetribbon.codeplex.com/Thread/View.aspx?ThreadId=241097 - Fixed bug : Not able to set server events to Backstage Pages
http://aspnetribbon.codeplex.com/Thread/View.aspx?ThreadId=241097 - Fixed bug : Server events not firing in AppMenu
http://aspnetribbon.codeplex.com/Thread/View.aspx?ThreadId=234983 - Fixed bug : Visual Studio Designer fails
- Default styles for Backstage Pages (H1, H2, H3) New !
- Better behavior for Menus; they stay opened until user clicks anywhere on the document (like Office does)
- Tooltips New !
- Changes in Javascript libraries
- Massive changes in code, please be carefull before merging old versions
- Possible to set Width for Items New !
- "Expand" button on groups with client event New !
- Extra Items for Gallery New !
Version 2.0 RTM
- Use your own theme New !
- Toggle the Ribbon New !
- Use item as link with NavigateUrl property New !
- Current Context and Tab will persist after postBack New !
- Fixed bug when trying to create items by code
http://aspnetribbon.codeplex.com/Thread/View.aspx?ThreadId=229625 - Fixed bug : Events not triggered in LargeDropDown
http://aspnetribbon.codeplex.com/workitem/7352
Version 2.0 beta 1
- Real Server Control New !
- Contextual tabs New !
- Theming New !
- Backstage New !
Version 1.2
- Color Picker
- Expandable Galleries
- MultiColor FileMenu (Green, Blue, Orange, Purple) -> default is Green
- JS Modifications
- CSS Modifications
Version 1.1
- New Big Drop Down Item
- New Gallery Item
- "File Menu" support
- JS Namespace
- CSS Modifications
Version 1.0
- Ribbon Zone
- Small Item
- Icon Item
- Big Item
- Small Drop Down Item
- Icon Drop Down Item
- Group Dual
- Group Multi line
- ASP.NET controls supported