bungpeng Posted January 28, 2003 Posted January 28, 2003 I am going to developing a huge web application (Intranet) which should support multi-level menu (module, sub-module, sub-sub-module...) My problem is, what type of menu is suitable for me? Java Applet? Javascript? DHTML? Flash?... any free source or third party component available? Please let me know.... Thank you very much Quote
Leaders quwiltw Posted January 28, 2003 Leaders Posted January 28, 2003 You'll find some pretty good looking menu controls in the Control Gallery over on asp.net http://www.asp.net/ControlGallery/default.aspx?Category=32&tabindex=2 Quote --tim
bungpeng Posted January 28, 2003 Author Posted January 28, 2003 Thank you very much!!! It is a nice page, quite many choices there.... :) Quote
aikeith Posted January 28, 2003 Posted January 28, 2003 Or you can easlily create your own with Tabstrip or other IE controls provided by Microsoft for FREE. I usually download these, then create a NEW class that inherits from them. Then I can do whatever I want to it including modifying the html output stream so that it works in both IE and explorer. Quote
bungpeng Posted January 29, 2003 Author Posted January 29, 2003 Tabstrip or IE controls? where to looking for those information? Quote
Leaders quwiltw Posted January 29, 2003 Leaders Posted January 29, 2003 You can just look for Microsoft in front of the name on the link that I gave above. You can read about them here: http://msdn.microsoft.com/library/default.asp?url=/workshop/webcontrols/webcontrols_entry.asp I guess it depends on what you want. If you're willing to spend money to produce a quality product then I'd suggest going ahead and spending the money for something like Infragistics Suite which I personally think is a bargain at $495 or so ( http://www.infragistics.com/products/navigation.asp?sec=2&cat=1 ). You could always hack up a menu yourself but I'd rather spend my time solving new problems not chasing down javascript/dhtml bugs. BTW. What's that avatar all about? Kinda freaky given our recent history. Quote --tim
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.