473,729 Members | 2,359 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Where's the "MainMenu" web control in web form?

Hi,

In VB, we have windows control item "MainMenu", do we have this item in the
ASP.Net C# web form? Or how could we make it?
By the way, how about the ASP.Net 2005?
Thanks for help.

Jason
Nov 17 '05 #1
6 1984
there is nothing like that in asp.net

also remember that the same classes that you use in VB you can use them in
c# , or any other .net language .
cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation

"Jason Huang" <Ja************ @hotmail.com> wrote in message
news:Oa******** *****@tk2msftng p13.phx.gbl...
Hi,

In VB, we have windows control item "MainMenu", do we have this item in
the ASP.Net C# web form? Or how could we make it?
By the way, how about the ASP.Net 2005?
Thanks for help.

Jason

Nov 17 '05 #2
Thanks.
Are you saying in the ASP.Net, in C# web form, I can use the "using
System.Windows. Forms", then to edit the mainmenu item?

"Ignacio Machin ( .NET/ C# MVP )" <ignacio.mach in AT dot.state.fl.us > ¼¶¼g©ó¶l¥ó·s»D: OO************* *@TK2MSFTNGP12. phx.gbl...
there is nothing like that in asp.net

also remember that the same classes that you use in VB you can use them in
c# , or any other .net language .
cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation

"Jason Huang" <Ja************ @hotmail.com> wrote in message
news:Oa******** *****@tk2msftng p13.phx.gbl...
Hi,

In VB, we have windows control item "MainMenu", do we have this item in
the ASP.Net C# web form? Or how could we make it?
By the way, how about the ASP.Net 2005?
Thanks for help.

Jason


Nov 17 '05 #3
Jason Huang wrote:
Thanks.
Are you saying in the ASP.Net, in C# web form, I can use the "using
System.Windows. Forms", then to edit the mainmenu item?
You do not have access to a menu in web forms projects.
It is pure html/dhtml/asp/etc.. "Ignacio Machin ( .NET/ C# MVP )" <ignacio.mach in AT dot.state.fl.us > ¼¶¼g©ó¶l¥ó·s»D: OO************* *@TK2MSFTNGP12. phx.gbl...
there is nothing like that in asp.net

also remember that the same classes that you use in VB you can use them in
c# , or any other .net language .
cheers,

--
Ignacio Machin,
ignacio.machi n AT dot.state.fl.us
Florida Department Of Transportation

"Jason Huang" <Ja************ @hotmail.com> wrote in message
news:Oa****** *******@tk2msft ngp13.phx.gbl.. .
Hi,

In VB, we have windows control item "MainMenu", do we have this item in
the ASP.Net C# web form? Or how could we make it?
By the way, how about the ASP.Net 2005?
Thanks for help.

Jason



Nov 17 '05 #4
Thanks.
But what will be the alternative of using a "menu" in a web form?
Since the mainmenu item in the VB6 and VB.net seems pretty handy, but our
company is giving up the VB6 and on the track of using all web form
application. Cuz my boss said using the windows form requires the client to
install extra programs(.dll).
Thanks for any advice.

Jason
"John B" <jb******@yahoo .com>
???????:42***** *************** ***@news.sunsit e.dk...
Jason Huang wrote:
Thanks.
Are you saying in the ASP.Net, in C# web form, I can use the "using
System.Windows. Forms", then to edit the mainmenu item?

You do not have access to a menu in web forms projects.
It is pure html/dhtml/asp/etc..
"Ignacio Machin ( .NET/ C# MVP )" <ignacio.mach in AT dot.state.fl.us >
¼¶¼g©ó¶l¥ó·s»D: OO************* *@TK2MSFTNGP12. phx.gbl...
there is nothing like that in asp.net

also remember that the same classes that you use in VB you can use them
in c# , or any other .net language .
cheers,

--
Ignacio Machin,
ignacio.mach in AT dot.state.fl.us
Florida Department Of Transportation

"Jason Huang" <Ja************ @hotmail.com> wrote in message
news:Oa***** ********@tk2msf tngp13.phx.gbl. ..

Hi,

In VB, we have windows control item "MainMenu", do we have this item in
the ASP.Net C# web form? Or how could we make it?
By the way, how about the ASP.Net 2005?
Thanks for help.

Jason


Nov 17 '05 #5
"Jason Huang" <Ja************ @hotmail.com> wrote in
news:ud******** ******@TK2MSFTN GP10.phx.gbl:
But what will be the alternative of using a "menu" in a web form?
Since the mainmenu item in the VB6 and VB.net seems pretty handy, but
our company is giving up the VB6 and on the track of using all web
form application. Cuz my boss said using the windows form requires
the client to install extra programs(.dll).
Thanks for any advice.


http://www.atozed.com/intraweb/

It implements a MainMenu in ASP.NET.
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programmin g is an art form that fights back"

Make your ASP.NET applications run faster
http://www.atozed.com/IntraWeb/
Nov 17 '05 #6
"Jason Huang" <Ja************ @hotmail.com> wrote in message
news:ud******** ******@TK2MSFTN GP10.phx.gbl...
Thanks.
But what will be the alternative of using a "menu" in a web form?
Since the mainmenu item in the VB6 and VB.net seems pretty handy, but our
company is giving up the VB6 and on the track of using all web form
application. Cuz my boss said using the windows form requires the client
to install extra programs(.dll).
Thanks for any advice.

Jason

There are all kinds of wacky alternatives using dhtml, javascript, css etc.
Research the web.
Nov 17 '05 #7

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

Similar topics

2
1998
by: Tianji | last post by:
Hi, everyone! I am trying to develop a ASP.NET web application with a custom main menu. Is there existing MainMenu control in Web Form of ASP.NET available? Or, I have to write code to create it? Any suggestion or advice would be deeply appreciated! Thanks! Best regards, Tianji
3
1551
by: bardo | last post by:
I am running into the following problem would like to know if this a bug or me doing something wrong. Using C# with visual studios 2003. I make a form and add a mainMenu Control. Now I type in "&File". Then in the underlaying menu I make the following menu items. "&Open" "&New" "&Print" "E&xit" I run the program but to my big suprice there is no _ under F of the word File. Same with menu items Open, New, Print and Exit. If I press the...
7
20767
by: charliewest | last post by:
Using .Net CF, i have created a 2 dimension ArrayList, and "binded" this list to a ComboBox control using the "DataSource" property. I have set the DisplaySource and ValueMember properties as well. The control populates well, both the display values, and selected values. However, when i try to "set" the SelectedValue or SelectedIndex properties, nothing happens.... The default blank value in the ComboBox is always selected. My code is: ...
2
2682
by: VSNT | last post by:
Is there a way to paint the backcolor of a main menu. I can paint the menu ites from the size and paint events but there doesnot appear to be an accessable paint method for the actual MainMenu control. The Idea is to not have a standard windows MainMenu (AKA: Gray in in most cases) but something that matches and flows with the rest of the GUI. Any ideas much apreciated. Thanks, Allen
6
1457
by: Larry Woods | last post by:
I am trying to name my submenus (MainMenu control) and they show up in the menu dropdown...like they are O.K., but when I check my controls the names are still "MenuItemX". OTOH, the top-level menu items renamed just fine. What might I be doing wrong? TIA, Larry Woods
7
1685
by: Grumpy Aero Guy | last post by:
I have a windows form project. I have added a mainmenu control which has several items with assoicated subroutines. I can not get the menu to display when I debug the application for anything. YES, I am "activating" the mainmenu control prior to "building" the solution... i.e. the main menu control is "active" and the menu appears in the form's design view.
0
1158
by: Ken Yu | last post by:
Hi, I have one big problem, detail as below : I created "Form01" for main MdiContainer (IsMdiContainer is Enable), I tried to open "Form02" by MainMenu under the MdiContainer, it have two button "Button01 & Button02", and have three TextBox "TextBox01, TextBox02 & TextBox03", the cursor is focus on "Button01", I open "Form03" by MainMenu under the MdiContainer, the problem is when i close "Form03" and tried to press "Enter" on any...
0
346
by: ucasesoftware | last post by:
In my mainMenu i have items Copy, cut, paste... I have a form with a lot of textbox In my sub of item copy i have : SendKeys.Send("^c") but if the user select a text in a textbox... click Copy in the mainMenu... it doesn't work
4
1778
by: cj | last post by:
I don't see the mainmenu item in the toolbox of 2005. I guess I haven't created a project in 2005 using it yet. I know I upgraded some from 2003 to 2005 and they show the control mainmenu on the form1.vb design page. What do I use? Menustrip?
0
8921
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8763
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9427
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9284
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9148
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6722
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4528
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4796
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
2165
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.