473,386 Members | 1,819 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,386 software developers and data experts.

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 1682
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: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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
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...

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.