473,472 Members | 2,139 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

How to activate toolbox 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.

Dec 19 '07 #1
8 2189
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" <rk*****@community.nospamwrote in message
news:27**********************************@microsof t.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.

Dec 19 '07 #2
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" <rk*****@community.nospamwrote in message
news:27**********************************@microsof t.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.


Dec 19 '07 #3
Are you in Design view?

"rkbnair" <rk*****@community.nospamwrote in message
news:27**********************************@microsof t.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.

Dec 19 '07 #4
Yes, I'm in the design mode.
"Jeff Dillon" wrote:
Are you in Design view?

"rkbnair" <rk*****@community.nospamwrote in message
news:27**********************************@microsof t.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.


Dec 19 '07 #5
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" <rk*****@community.nospamwrote in message
news:27**********************************@microsof t.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.


Dec 19 '07 #6
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==?= <rk*****@community.nospam>
References: <27**********************************@microsoft.co m>
<ur**************@TK2MSFTNGP03.phx.gbl>
>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" <rk*****@community.nospamwrote in message
news:27**********************************@microso ft.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.


Dec 20 '07 #7
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==?= <rk*****@community.nospam>
References: <27**********************************@microsoft.co m>
<ur**************@TK2MSFTNGP03.phx.gbl>
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" <rk*****@community.nospamwrote in message
news:27**********************************@microsof t.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.


Dec 20 '07 #8
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...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==?= <rk*****@community.nospam>
References: <27**********************************@microsoft.co m>
<ur**************@TK2MSFTNGP03.phx.gbl>
<EA**********************************@microsoft.co m>
<$4**************@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==?= <rk*****@community.nospam>
References: <27**********************************@microsoft.co m>
<ur**************@TK2MSFTNGP03.phx.gbl>
>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" <rk*****@community.nospamwrote in message
news:27**********************************@microso ft.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.



Dec 21 '07 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Don | last post by:
I open one of my project and all the toolbox items are gone. No textbox, no combobox, no label....nothing. How do i restore my toolbox items. thanks Don amrail@ix.netcom.com
2
by: Chien Lau | last post by:
I frequently define internal UserControl-derived classes in my WinForms apps: internal class MyUserControl:UserControl{ ... } I'll often need to embed these controls in a Form, whose class...
5
by: Adda | last post by:
In a Parent mdi form I have a datagrid. I select a record from the grid and then invoke a childmdi form. I add the childmdi to an arraylist to keep track of it. If a user has selected multiple...
1
by: Just Me | last post by:
Some of my controls appear twice in my tool box. One has an icon that looks like gear. the other icon is a rectangle containing 4 squares plus a small rectangle and a blue line at the top....
0
by: Brian Henry | last post by:
I'm sure some of you ran into this already and wondered how to fix it. When you Have a solution that contains solution folders (the partially transparent folders that can hold groupings of...
4
by: Nadav Popplewell | last post by:
Hi everybody, I've install Visual studio Team Edition for Testers on my computers, And I can't seem to find how to show the toolbox. The documenation says there should be a 'Toolbox' menuitem...
7
by: gtrDayve | last post by:
Recently I ran all my Windows Updates which included many for Visual Studio 2005, & now when I open VS05 (using ASP.NET, VB.NET), all my toolbox options are grayed out except for the Data options;...
0
by: =?Utf-8?B?UmljaA==?= | last post by:
Hello, Mysteriously, the components for the Toolbox for Report Items (RDLC reports - VS2005 - designer) have all changed to Textbox. There is no List component, Matrix, Table, Line, Chart,...
2
by: Nick | last post by:
Hi there, My toolbox in visual studio is duplicating the contents of each tab every time I fire it up, so I have hundreds of duplicate items at the moment. Any idea what's causing this? ...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.