I see that if I'm on a windows project the 'menu and toolbar' option is active.
That means I cannot create a menu for my website using Microsoft built-in
tools.
Is there any alternative for this? I mean to get a dropdown menu in an asp
page?
Is the certain dropdown items you mentioned built-in ASP.NET control or a
winform control? Generally, in ASP.NET web project, only web project
specific control or components can display in the toolbox.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.
It was built for winform control only. I'm looking for a similar control that
can be used for asp.net. I mean both a menu control and a tool bar control.
Is there any control existing for such needs in asp.net
Since winform controls are completely based on different programming
context, they can not be used in ASP.NET web page.
For ASP.NET 2.0, it has added some navigation controls and there is a Menu
control included in it, you can have a look to see whether it can help some:
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.