How to activate toolbox items?
am 19.12.2007 22:53:02 von rkbnairHow can I make the 'Menu & Toolbars' menu active in the toolbox? Right now I
can see the options, but not been able to select items.
How can I make the 'Menu & Toolbars' menu active in the toolbox? Right now I
can see the options, but not been able to select items.
Are any of the other items available to you?
David Wier
http://aspnet101.com
http://iWritePro.com - One click PDF, convert .doc/.rtf/.txt to HTML with no
bloated markup
"rkbnair"
news:27176CF3-3D14-4518-BC3C-40793CC581E0@microsoft.com...
> How can I make the 'Menu & Toolbars' menu active in the toolbox? Right now
> I
> can see the options, but not been able to select items.
>
Some items are available and some other are not.
"David Wier" wrote:
> Are any of the other items available to you?
>
> David Wier
> http://aspnet101.com
> http://iWritePro.com - One click PDF, convert .doc/.rtf/.txt to HTML with no
> bloated markup
>
>
> "rkbnair"
> news:27176CF3-3D14-4518-BC3C-40793CC581E0@microsoft.com...
> > How can I make the 'Menu & Toolbars' menu active in the toolbox? Right now
> > I
> > can see the options, but not been able to select items.
> >
>
>
>
Are you in Design view?
"rkbnair"
news:27176CF3-3D14-4518-BC3C-40793CC581E0@microsoft.com...
> How can I make the 'Menu & Toolbars' menu active in the toolbox? Right now
> I
> can see the options, but not been able to select items.
>
Yes, I'm in the design mode.
"Jeff Dillon" wrote:
> Are you in Design view?
>
> "rkbnair"
> news:27176CF3-3D14-4518-BC3C-40793CC581E0@microsoft.com...
> > How can I make the 'Menu & Toolbars' menu active in the toolbox? Right now
> > I
> > can see the options, but not been able to select items.
> >
>
>
>
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?
"David Wier" wrote:
> Are any of the other items available to you?
>
> David Wier
> http://aspnet101.com
> http://iWritePro.com - One click PDF, convert .doc/.rtf/.txt to HTML with no
> bloated markup
>
>
> "rkbnair"
> news:27176CF3-3D14-4518-BC3C-40793CC581E0@microsoft.com...
> > How can I make the 'Menu & Toolbars' menu active in the toolbox? Right now
> > I
> > can see the options, but not been able to select items.
> >
>
>
>
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==?=
>References: <27176CF3-3D14-4518-BC3C-40793CC581E0@microsoft.com>
>Subject: Re: How to activate toolbox items?
>Date: Wed, 19 Dec 2007 14:57:03 -0800
>
>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?
>
>"David Wier" wrote:
>
>> Are any of the other items available to you?
>>
>> David Wier
>> http://aspnet101.com
>> http://iWritePro.com - One click PDF, convert .doc/.rtf/.txt to HTML
with no
>> bloated markup
>>
>>
>> "rkbnair"
>> news:27176CF3-3D14-4518-BC3C-40793CC581E0@microsoft.com...
>> > How can I make the 'Menu & Toolbars' menu active in the toolbox? Right
now
>> > I
>> > can see the options, but not been able to select items.
>> >
>>
>>
>>
>
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
"Steven Cheng[MSFT]" wrote:
> 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==?=
> >References: <27176CF3-3D14-4518-BC3C-40793CC581E0@microsoft.com>
>
> >Subject: Re: How to activate toolbox items?
> >Date: Wed, 19 Dec 2007 14:57:03 -0800
> >
> >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?
> >
> >"David Wier" wrote:
> >
> >> Are any of the other items available to you?
> >>
> >> David Wier
> >> http://aspnet101.com
> >> http://iWritePro.com - One click PDF, convert .doc/.rtf/.txt to HTML
> with no
> >> bloated markup
> >>
> >>
> >> "rkbnair"
> >> news:27176CF3-3D14-4518-BC3C-40793CC581E0@microsoft.com...
> >> > How can I make the 'Menu & Toolbars' menu active in the toolbox? Right
> now
> >> > I
> >> > can see the options, but not been able to select items.
> >> >
> >>
> >>
> >>
> >
>
>
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/do c/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==?=
>References: <27176CF3-3D14-4518-BC3C-40793CC581E0@microsoft.com>
<$4ScURvQIHA.8164@TK2MSFTNGHUB02.phx.gbl>
>Subject: Re: How to activate toolbox items?
>Date: Thu, 20 Dec 2007 07:03:01 -0800
>
>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
>
>"Steven Cheng[MSFT]" wrote:
>
>> 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==?=
>> >References: <27176CF3-3D14-4518-BC3C-40793CC581E0@microsoft.com>
>>
>> >Subject: Re: How to activate toolbox items?
>> >Date: Wed, 19 Dec 2007 14:57:03 -0800
>> >
>> >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?
>> >
>> >"David Wier" wrote:
>> >
>> >> Are any of the other items available to you?
>> >>
>> >> David Wier
>> >> http://aspnet101.com
>> >> http://iWritePro.com - One click PDF, convert .doc/.rtf/.txt to HTML
>> with no
>> >> bloated markup
>> >>
>> >>
>> >> "rkbnair"
>> >> news:27176CF3-3D14-4518-BC3C-40793CC581E0@microsoft.com...
>> >> > How can I make the 'Menu & Toolbars' menu active in the toolbox?
Right
>> now
>> >> > I
>> >> > can see the options, but not been able to select items.
>> >> >
>> >>
>> >>
>> >>
>> >
>>
>>
>