473,388 Members | 1,322 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,388 software developers and data experts.

Q from a novice: how do you implement windows menus in ASP.NET?

Nad
Hello,

I'm new to web development.
How do you create a main menu in a Web Application? Is there such a concept
like main menu as there is in windows forms? If not what do you replace it
with?

Thanks.

Nov 19 '05 #1
8 1035
Hi Nad:

Web Forms are pretty much an open-ended free for all college campus
beer bash compared to the relatively standard look and feel
surrounding most Windows applications. There is no standard File ->
Open, File -> Print menu hanging around.

You can use a drop down menu if you like, however. For ASP.NET 1.1
you'll need to write one, or use one from a third party (see
http://asp.net/ControlGallery/defaul...=32&tabindex=2 for
some starters). In ASP.NET 2 there is a menu control provided.

--
Scott
http://www.OdeToCode.com/blogs/scott/

On Sat, 7 May 2005 20:28:02 -0700, Nad <Na*@discussions.microsoft.com>
wrote:
Hello,

I'm new to web development.
How do you create a main menu in a Web Application? Is there such a concept
like main menu as there is in windows forms? If not what do you replace it
with?

Thanks.


Nov 19 '05 #2
Nad
Thanks for reply Scott,

Then maybe I should get the VS 2005 Beta version. Do you know when VS 2005
will be released?

"Scott Allen" wrote:
Hi Nad:

Web Forms are pretty much an open-ended free for all college campus
beer bash compared to the relatively standard look and feel
surrounding most Windows applications. There is no standard File ->
Open, File -> Print menu hanging around.

You can use a drop down menu if you like, however. For ASP.NET 1.1
you'll need to write one, or use one from a third party (see
http://asp.net/ControlGallery/defaul...=32&tabindex=2 for
some starters). In ASP.NET 2 there is a menu control provided.

--
Scott
http://www.OdeToCode.com/blogs/scott/

On Sat, 7 May 2005 20:28:02 -0700, Nad <Na*@discussions.microsoft.com>
wrote:
Hello,

I'm new to web development.
How do you create a main menu in a Web Application? Is there such a concept
like main menu as there is in windows forms? If not what do you replace it
with?

Thanks.


Nov 19 '05 #3
Nad
I meant to say, would that be advisable to get the beta version for the sake
of menus?

"Scott Allen" wrote:
Hi Nad:

Web Forms are pretty much an open-ended free for all college campus
beer bash compared to the relatively standard look and feel
surrounding most Windows applications. There is no standard File ->
Open, File -> Print menu hanging around.

You can use a drop down menu if you like, however. For ASP.NET 1.1
you'll need to write one, or use one from a third party (see
http://asp.net/ControlGallery/defaul...=32&tabindex=2 for
some starters). In ASP.NET 2 there is a menu control provided.

--
Scott
http://www.OdeToCode.com/blogs/scott/

On Sat, 7 May 2005 20:28:02 -0700, Nad <Na*@discussions.microsoft.com>
wrote:
Hello,

I'm new to web development.
How do you create a main menu in a Web Application? Is there such a concept
like main menu as there is in windows forms? If not what do you replace it
with?

Thanks.


Nov 19 '05 #4
> I meant to say, would that be advisable to get the beta version for
the sake of menus?


Probabaly not just for the menus, but for most of the other features I'd
say yes. But it really depends upon your project's release cycle and your
management's comfort with an end of the year release.

-Brock
DevelopMentor
http://staff.develop.com/ballen

Nov 19 '05 #5
Nad
Hi Brock,

Well I'm planning to start a project by meself and roughly it's a 3 or 4
month project. I am not going to host it so a third party will be hosting it.
I was just thinking if I do it in beta2 and vs 2005 is not released by the
time I finish the project then I am in trouble unless third party web hosting
providers also support beta 2.

What are your thoughts on this?

"Brock Allen" wrote:
I meant to say, would that be advisable to get the beta version for
the sake of menus?


Probabaly not just for the menus, but for most of the other features I'd
say yes. But it really depends upon your project's release cycle and your
management's comfort with an end of the year release.

-Brock
DevelopMentor
http://staff.develop.com/ballen

Nov 19 '05 #6
There are hosting providers who do run ASP.NET beta 2, so if this is just
for yourself and you can find a sutible host, I'd go to v2.0. VS.NET 2005
is nicer to work in if that's reason enough :)

Here's the list of hosts Microsoft lists:

http://msdn.microsoft.com/asp.net/beta2/hosters/

-Brock
DevelopMentor
http://staff.develop.com/ballen
Hi Brock,

Well I'm planning to start a project by meself and roughly it's a 3 or
4 month project. I am not going to host it so a third party will be
hosting it. I was just thinking if I do it in beta2 and vs 2005 is not
released by the time I finish the project then I am in trouble unless
third party web hosting providers also support beta 2.

What are your thoughts on this?

"Brock Allen" wrote:
I meant to say, would that be advisable to get the beta version for
the sake of menus?

Probabaly not just for the menus, but for most of the other features
I'd say yes. But it really depends upon your project's release cycle
and your management's comfort with an end of the year release.

-Brock
DevelopMentor
http://staff.develop.com/ballen


Nov 19 '05 #7
Nad
Thanks a lot for the info, appreciate it. I'll certainly go for Beta 2.

"Brock Allen" wrote:
There are hosting providers who do run ASP.NET beta 2, so if this is just
for yourself and you can find a sutible host, I'd go to v2.0. VS.NET 2005
is nicer to work in if that's reason enough :)

Here's the list of hosts Microsoft lists:

http://msdn.microsoft.com/asp.net/beta2/hosters/

-Brock
DevelopMentor
http://staff.develop.com/ballen
Hi Brock,

Well I'm planning to start a project by meself and roughly it's a 3 or
4 month project. I am not going to host it so a third party will be
hosting it. I was just thinking if I do it in beta2 and vs 2005 is not
released by the time I finish the project then I am in trouble unless
third party web hosting providers also support beta 2.

What are your thoughts on this?

"Brock Allen" wrote:
I meant to say, would that be advisable to get the beta version for
the sake of menus?

Probabaly not just for the menus, but for most of the other features
I'd say yes. But it really depends upon your project's release cycle
and your management's comfort with an end of the year release.

-Brock
DevelopMentor
http://staff.develop.com/ballen


Nov 19 '05 #8


*** Sent via Developersdex http://www.developersdex.com ***
Nov 19 '05 #9

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

Similar topics

32
by: cat_dog_ass | last post by:
I am used to programming in DOS mode via Borland C++. I would now like to create programs for the Windows envirinment. Is it absoultely necessary to use Visual C++ to do this? Are there other tools...
11
by: me | last post by:
I have got all my pages to comply with the W3C validator, except this one line as below. I need to keep the line (or the functionalilty) but it would be nice to implement it in a way that gives...
2
by: fperfect13 | last post by:
Hi, I have the folowing exception Exception : System.NullReferenceException: Object reference not set to an instance of an object. 00000019 3:30:48 PM at...
1
by: Asad | last post by:
Hi, I am trying to write my first Windows application using VB.NET and I am having some difficulties designing the UI. Basically its one Windows Form with 4 menus on the top (no drop downs)....
3
by: Andrew | last post by:
Hello, friends, I was asked to implement a .aspx page with drop down menus. When a mouse pointer moves over a menu bar, a drop down list containing sub-menus will show up. Thus a user may select...
2
by: graeme34 via AccessMonster.com | last post by:
Hi I was wondering if there was any way of making the windows for the currently opened objects in access invisible on the bottom toolbar. Iam using Access 2003 also is it possible to turn of the...
18
by: BillE | last post by:
When a user opens a new IE browser window using File-New-Window the integrity of an application which relies on session state is COMPLETELY undermined. Anyone who overlooks the fact that...
5
by: sonali_reddy123 | last post by:
Hello all, I am trying to develop an application which will run as a windows service. The application should have Normal options available with service like start, stop and pause but along...
1
by: nido | last post by:
Develop a windows based drawing application. This application is used for drawing different primitive figures with different colors, brushes, x coordinate, y coordinate and other different...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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...
0
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,...
0
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...

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.