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

Q: creating menu

Hello,
How would you create menu in asp.net?
Thansk,
Jim.

Nov 19 '05 #1
6 1397
There are a lot of controls in ASP.Net control gallery at
http://www.asp.net

--
Cheers,
Gaurav Vaish
http://www.mastergaurav.org
http://mastergaurav.blogspot.com
-------------------------

Nov 19 '05 #2
Here are a few free menu controls you could download and use:
http://skmmenu.com/menu/
http://www.titaniumsoft.net/tsweblib.aspx
http://timothy.humphrey.name/thwc/

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net

"JIM.H." <JI**@discussions.microsoft.com> wrote in message
news:1E**********************************@microsof t.com...
Hello,
How would you create menu in asp.net?
Thansk,
Jim.

Nov 19 '05 #3
Thanks Steve,
I am using skmmenu, what I need is that, I want to keep this menu at the
left side of my application all the times, what are the ways of doing this?
If the only way it to putting the menu in each page, how should I do it so
that when I update menu it will update in all pages. Pleas note that I am new
in asp.net.
Thanks,
Jim.

"Steve C. Orr [MVP, MCSD]" wrote:
Here are a few free menu controls you could download and use:
http://skmmenu.com/menu/
http://www.titaniumsoft.net/tsweblib.aspx
http://timothy.humphrey.name/thwc/

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net

"JIM.H." <JI**@discussions.microsoft.com> wrote in message
news:1E**********************************@microsof t.com...
Hello,
How would you create menu in asp.net?
Thansk,
Jim.


Nov 19 '05 #4
I don't know anything about skmmenu but I think creating a table with 1 row
and two columns and put the menu in the first column should work. You can
put the rest on the 2nd column, which can contain other tables and panels if
needed.

"JIM.H." <JI**@discussions.microsoft.com> wrote in message
news:93**********************************@microsof t.com...
Thanks Steve,
I am using skmmenu, what I need is that, I want to keep this menu at the
left side of my application all the times, what are the ways of doing this? If the only way it to putting the menu in each page, how should I do it so
that when I update menu it will update in all pages. Pleas note that I am new in asp.net.
Thanks,
Jim.

"Steve C. Orr [MVP, MCSD]" wrote:
Here are a few free menu controls you could download and use:
http://skmmenu.com/menu/
http://www.titaniumsoft.net/tsweblib.aspx
http://timothy.humphrey.name/thwc/

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net

"JIM.H." <JI**@discussions.microsoft.com> wrote in message
news:1E**********************************@microsof t.com...
Hello,
How would you create menu in asp.net?
Thansk,
Jim.


Nov 19 '05 #5
Thanks dixc, should I create the same table in my other pages also. Each menu
item will be launching a new URL, should I put the same table to all the
URLs. If yes, when I want to add ore more menu item, do I have to go through
each URL and modify it , or is there any other faster way?

"dixc" wrote:
I don't know anything about skmmenu but I think creating a table with 1 row
and two columns and put the menu in the first column should work. You can
put the rest on the 2nd column, which can contain other tables and panels if
needed.

"JIM.H." <JI**@discussions.microsoft.com> wrote in message
news:93**********************************@microsof t.com...
Thanks Steve,
I am using skmmenu, what I need is that, I want to keep this menu at the
left side of my application all the times, what are the ways of doing

this?
If the only way it to putting the menu in each page, how should I do it so
that when I update menu it will update in all pages. Pleas note that I am

new
in asp.net.
Thanks,
Jim.

"Steve C. Orr [MVP, MCSD]" wrote:
Here are a few free menu controls you could download and use:
http://skmmenu.com/menu/
http://www.titaniumsoft.net/tsweblib.aspx
http://timothy.humphrey.name/thwc/

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net

"JIM.H." <JI**@discussions.microsoft.com> wrote in message
news:1E**********************************@microsof t.com...
> Hello,
> How would you create menu in asp.net?
> Thansk,
> Jim.
>


Nov 19 '05 #6
Others may have known betterthan me but I think there may not be a faster
way other than then manually putting the menu on each page. As for your last
question about having the menu updated in all pages, you should be able to
do that if your menu is a user control, which you just drag and drop onto
the first column of the table.

"JIM.H." <JI**@discussions.microsoft.com> wrote in message
news:B2**********************************@microsof t.com...
Thanks dixc, should I create the same table in my other pages also. Each menu item will be launching a new URL, should I put the same table to all the
URLs. If yes, when I want to add ore more menu item, do I have to go through each URL and modify it , or is there any other faster way?

"dixc" wrote:
I don't know anything about skmmenu but I think creating a table with 1 row and two columns and put the menu in the first column should work. You can put the rest on the 2nd column, which can contain other tables and panels if needed.

"JIM.H." <JI**@discussions.microsoft.com> wrote in message
news:93**********************************@microsof t.com...
Thanks Steve,
I am using skmmenu, what I need is that, I want to keep this menu at the left side of my application all the times, what are the ways of doing

this?
If the only way it to putting the menu in each page, how should I do it so that when I update menu it will update in all pages. Pleas note that I
am new
in asp.net.
Thanks,
Jim.

"Steve C. Orr [MVP, MCSD]" wrote:

> Here are a few free menu controls you could download and use:
> http://skmmenu.com/menu/
> http://www.titaniumsoft.net/tsweblib.aspx
> http://timothy.humphrey.name/thwc/
>
> --
> I hope this helps,
> Steve C. Orr, MCSD, MVP
> http://SteveOrr.net
>
>
>
> "JIM.H." <JI**@discussions.microsoft.com> wrote in message
> news:1E**********************************@microsof t.com...
> > Hello,
> > How would you create menu in asp.net?
> > Thansk,
> > Jim.
> >
>
>
>


Nov 19 '05 #7

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

Similar topics

6
by: gonzalo briceno | last post by:
I have been using phplib for a while and I really like the framework except for form creation. Maybe it is me but I in my opinion there isn't a good way to create forms or should I say, everything...
2
by: Michael Riggio | last post by:
Is there a way to create my own Start Menu bar, kind of like the ms office toolbar?
3
by: Marius Rus | last post by:
I have an application write in c# and i want to offer to the user to create himself shortcuts with icons for the main menu items. I will very much appreciate if will receive an helping hand. Thank...
3
by: Bart Schelkens | last post by:
Hi, i'm creating a web-application using VB.Net. ON my homepage I want to display a menu. Can anyone help me with this, I can't seem to find a control in .Net that creates menu's. I tried...
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: Miaaa Mukherjee | last post by:
I m creating a left side menu which contains too many inside menus in it. For Eg. Computer --> Software-->.Net 2005-->Microsoft Visual Studio 2005. I want to know the code after creating this...
3
by: learningJavaScript | last post by:
Hi All, This is my code.... function SessionMenu(tableContainer){ var menu = new Object(); menu.dateCollection = null ;
2
by: vidhyapriya | last post by:
Hi all, I am creating user controls for developing menu for my application.I am not using default menu bar,creating my own menu using user controls.I want my user controls above the form.For Example...
2
by: dilipv | last post by:
hi there, can one one help me to reply how to create dynamic menu in asp.net as i am creating website. so i need to add menu's like "Home", Contact us, about us etc. i am using asp.net 2.0.can...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
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: 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: 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
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: 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...

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.