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?
Hi Rkbnair,
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.
--------------------
>From: =?Utf-8?B?cmtibmFpcg==?= <rkbnair@community.nospam>
>References: <27176CF3-3D14-4518-BC3C-40793CC581E0@microsoft.com>
<urKfIzoQIHA.5164@TK2MSFTNGP03.phx.gbl>
>Subject: Re: How to activate toolbox items?
>Date: Wed, 19 Dec 2007 14:57:03 -0800
[quoted text clipped - 15 lines]
>> > I
>> > can see the options, but not been able to select items.
rkbnair - 20 Dec 2007 15:03 GMT
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
> Hi Rkbnair,
>
[quoted text clipped - 37 lines]
> >> > I
> >> > can see the options, but not been able to select items.
Steven Cheng[MSFT] - 21 Dec 2007 02:38 GMT
Thanks for your reply Rkbnair,
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:
http://quickstart.developerfusion.co.uk/QuickStart/aspnet/doc/ctrlref/naviga
tion/menu.aspx
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
>From: =?Utf-8?B?cmtibmFpcg==?= <rkbnair@community.nospam>
>References: <27176CF3-3D14-4518-BC3C-40793CC581E0@microsoft.com>
<urKfIzoQIHA.5164@TK2MSFTNGP03.phx.gbl>
<EA83FF39-79B7-44D5-B278-B5A07A7970A5@microsoft.com>
<$4ScURvQIHA.8164@TK2MSFTNGHUB02.phx.gbl>
>Subject: Re: How to activate toolbox items?
>Date: Thu, 20 Dec 2007 07:03:01 -0800
[quoted text clipped - 44 lines]
>> >> > I
>> >> > can see the options, but not been able to select items.