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

Home Posts Topics Members FAQ

easy to look at and easy to maintain web page menuing system.

What good ideas are out there now for a menu system, whether along the top
of the page or the left side, which is event driven. ( I can do html frames
but I am not looking for that.

I would like not to use javascript, but would do so if the case can be made
for it. Obviously that is still the lingua franca of client side http apps.
I can do javascript if necessary.

What I am looking for is something that optimizes the .NET framework as much
as possible.

I am not a graphic artist, don't do Photoshop (although I wish I did) but I
would like to create something that is simple, elegant and snappy.

Thank you,
-hazz

Nov 18 '05 #1
4 1684
Hi Hazz,

As for the ASP.NET based web menu controls, here are some certain web
resources on the exsiting third-party menus controls or tech aricle on
buidling custom asp.net web menu control:

This is the Control Gallery in the www.asp.net site, where huge third party
controls are listed there:
#Control Gallery > Navigation Controls > Menus
http://www.asp.net/ControlGallery/de...=32&tabindex=2

Also you can go to the www.codeproject site to have a search:
#http://www.codeproject.com/asp.net

In addition, below are two tech articles on building and examing a custom
asp.net menu server control:
#Building an ASP.NET Menu Server Control
http://msdn.microsoft.com/library/en...ldmenuserverco
ntrol.asp?frame=true

#Examining the skmMenu Server Control
http://msdn.microsoft.com/library/en...mine-skmmenusr
vrcntrl.asp?frame=true

Hope these help. Thanks.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Get Preview at ASP.NET whidbey
http://msdn.microsoft.com/asp.net/whidbey/default.aspx
Nov 18 '05 #2
Hi Hazz,

As for the ASP.NET based web menu controls, here are some certain web
resources on the exsiting third-party menus controls or tech aricle on
buidling custom asp.net web menu control:

This is the Control Gallery in the www.asp.net site, where huge third party
controls are listed there:
#Control Gallery > Navigation Controls > Menus
http://www.asp.net/ControlGallery/de...=32&tabindex=2

Also you can go to the www.codeproject site to have a search:
#http://www.codeproject.com/asp.net

In addition, below are two tech articles on building and examing a custom
asp.net menu server control:
#Building an ASP.NET Menu Server Control
http://msdn.microsoft.com/library/en...ldmenuserverco
ntrol.asp?frame=true

#Examining the skmMenu Server Control
http://msdn.microsoft.com/library/en...mine-skmmenusr
vrcntrl.asp?frame=true

Hope these help. Thanks.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Get Preview at ASP.NET whidbey
http://msdn.microsoft.com/asp.net/whidbey/default.aspx
Nov 18 '05 #3
Thank you for a very complete listing from which to choose Steven !

Greg Hazzard

"Steven Cheng[MSFT]" <v-******@online.microsoft.com> wrote in message
news:gV*************@cpmsftngxa06.phx.gbl...
Hi Hazz,

As for the ASP.NET based web menu controls, here are some certain web
resources on the exsiting third-party menus controls or tech aricle on
buidling custom asp.net web menu control:

This is the Control Gallery in the www.asp.net site, where huge third party controls are listed there:
#Control Gallery > Navigation Controls > Menus
http://www.asp.net/ControlGallery/de...=32&tabindex=2

Also you can go to the www.codeproject site to have a search:
#http://www.codeproject.com/asp.net

In addition, below are two tech articles on building and examing a custom
asp.net menu server control:
#Building an ASP.NET Menu Server Control
http://msdn.microsoft.com/library/en...ldmenuserverco ntrol.asp?frame=true

#Examining the skmMenu Server Control
http://msdn.microsoft.com/library/en...mine-skmmenusr vrcntrl.asp?frame=true

Hope these help. Thanks.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Get Preview at ASP.NET whidbey
http://msdn.microsoft.com/asp.net/whidbey/default.aspx

Nov 18 '05 #4
Thank you for a very complete listing from which to choose Steven !

Greg Hazzard

"Steven Cheng[MSFT]" <v-******@online.microsoft.com> wrote in message
news:gV*************@cpmsftngxa06.phx.gbl...
Hi Hazz,

As for the ASP.NET based web menu controls, here are some certain web
resources on the exsiting third-party menus controls or tech aricle on
buidling custom asp.net web menu control:

This is the Control Gallery in the www.asp.net site, where huge third party controls are listed there:
#Control Gallery > Navigation Controls > Menus
http://www.asp.net/ControlGallery/de...=32&tabindex=2

Also you can go to the www.codeproject site to have a search:
#http://www.codeproject.com/asp.net

In addition, below are two tech articles on building and examing a custom
asp.net menu server control:
#Building an ASP.NET Menu Server Control
http://msdn.microsoft.com/library/en...ldmenuserverco ntrol.asp?frame=true

#Examining the skmMenu Server Control
http://msdn.microsoft.com/library/en...mine-skmmenusr vrcntrl.asp?frame=true

Hope these help. Thanks.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Get Preview at ASP.NET whidbey
http://msdn.microsoft.com/asp.net/whidbey/default.aspx

Nov 18 '05 #5

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

Similar topics

6
by: JW | last post by:
I'm displaying product thumbnails with brief descriptions on web pages. Clicking on the product does a javascript popup with larger image and detailed description info passed to the javascript...
10
by: Haines Brown | last post by:
I've implemented the horizontal drop down menu discussed recently in this newsgroup, and it works nicely under Galeon and Mozilla, but not IE 5.0. Here are the problems: Under IE 5.0, the...
2
by: GrantS | last post by:
I am trying to convert the VB.Net code example povided by http://authors.aspalliance.com/JimRoss/Articles/MaintainScrollPos.aspx into C# (ASP.Net)without success. No errors are thrown in the VB...
2
by: Hazzard | last post by:
What good ideas are out there now for a menu system, whether along the top of the page or the left side, which is event driven. ( I can do html frames but I am not looking for that. I would like...
7
by: Tom wilson | last post by:
I have created a very simple example that doesn't work. Form1 contains a textbox and a button: Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles...
4
by: c676228 | last post by:
Hi all, In the second web form, I have the following code: (The peopleinfo is a user control which has name and ssn infomation, each field in this user control I have set enableviewstate=true). I...
7
by: Nathan Sokalski | last post by:
I have a page which I dynamically add several usercontrols (*.ascx files) to using the following code: Public Sub Refresh() For Each section As DataRow In Me.GetSections().Rows...
1
by: vaibhavz | last post by:
hi i'm having one application in that i'm using one session variable. my code works fine till the user hits refresh button but after this session variable becomes empty. below is the code...
4
by: Rick Stevens | last post by:
I am not an access expert, could anyone tell me if the following would be easy to do?? I receive emails from a specific email address, that advise me if a specific piece of equipment my company...
0
by: chandrasekhar | last post by:
Hi I have developed a web page with some controls. I put all of them in session variables. I passed this values in the page. When an user enter some data in form fields and click the buttton ,...
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
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
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...
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
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...
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.