ASP.NET Toolbar control?
Does anybody know if a ASP.NET Toolbar server control exists? The only one I can find is the Internet Explorer Toolbar control, but as the name implies is IE only. If anybody can help, I would be most appreciative.
Similar Posts
- AMS254: Creating Dynamic Web Sites with ASP.NET 2.0 Web Parts
- Fix orphaned users in SQL Server
- Grouping controls arbitrarily

Comments
Eric W. Bachtal on on 5.06.2004 at 1:19 AM
The only ASP.NET toolbar I can remember seeing is Infragistic's, and I don't know whether it supports non-IE browsers:
http://www.infragistics.com/products/toolbars.asp?sec=0
If you want a pretty cool menu control, though, check out these guys:
http://demos.deloittes.net/menubar/1/
Very simple to use, and (as far as I've seen, anyway) perfect results in IE and the Mozilla variants.
Good luck!