Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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

Posted
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.
  • Leaders
Posted

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.

--tim

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...