Java-like dropdown menu in c# .Net?

  • Thread starter Thread starter trint
  • Start date Start date
T

trint

My boss wants this web app that I'm developing to have a java like
dropdown menu. Is that possible with c# .Net? I haven't been able to
find anything like that? Any help is appreciated.
Thanks,
Trint
 
Cody, I don't think there is a mainmenu control for a WebApplication.
And this menu has to be half way down the page.
Trint

..Net programmer
(e-mail address removed)
 
In general, Asp.net questions should go in the asp.net newsgroup. Your
question is not at all related to the csharp language.

To answer your question, I don't believe there are any menu controls that
come with asp.net (especially java like ones). You will have to search
around on the web for vendors that sell menu controls and find one that is
to your liking. Or of course you can write your own.
 
Back
Top