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

Menus

Hello -

I have a web app currently has regular links down the left-hand side of the
pages. They are attached to a database and put into an ascx so all I have to
do is change the database info to change all links on all pages. This works
fine, however, it looks funky.

I am using VS 2003, which has no way of making decent menus that I'm aware
of.

How does anyone out there deal with the menu issue? Is there a way I can
combine some kind of graphic into my above-mentioned menu solution?

Any help will be greatly appreciated!

--
Sandy
Nov 19 '05 #1
8 1411
Ever hear of CSS?

search: css menu

<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee.com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/
"Sandy" <Sa***@discussions.microsoft.com> wrote in message
news:E2**********************************@microsof t.com...
Hello -

I have a web app currently has regular links down the left-hand side of
the
pages. They are attached to a database and put into an ascx so all I have
to
do is change the database info to change all links on all pages. This
works
fine, however, it looks funky.

I am using VS 2003, which has no way of making decent menus that I'm aware
of.

How does anyone out there deal with the menu issue? Is there a way I can
combine some kind of graphic into my above-mentioned menu solution?

Any help will be greatly appreciated!

--
Sandy

Nov 19 '05 #2
From your description it sounds like you are "rolling your own" menu with
basic links. Which begs the question why then don't you just roll your own
<img> and CSS into it?

For a serious menu that is easy to implement, well documented, and is stable
and lightweight (relative to the features offered, anyway), check out the
menu offered at www.componentart.com
Yes, you'll have to pay for it, but that's part of the tradeoff (how much is
your time/frustration worth?)

-HTH


"Sandy" <Sa***@discussions.microsoft.com> wrote in message
news:E2**********************************@microsof t.com...
Hello -

I have a web app currently has regular links down the left-hand side of
the
pages. They are attached to a database and put into an ascx so all I have
to
do is change the database info to change all links on all pages. This
works
fine, however, it looks funky.

I am using VS 2003, which has no way of making decent menus that I'm aware
of.

How does anyone out there deal with the menu issue? Is there a way I can
combine some kind of graphic into my above-mentioned menu solution?

Any help will be greatly appreciated!

--
Sandy

Nov 19 '05 #3
"Sandy" <Sa***@discussions.microsoft.com> wrote in message
news:E2**********************************@microsof t.com...
Any help will be greatly appreciated!


http://www.aitoc.com/en/flex_menu_net.html
Nov 19 '05 #4
Hi Clinton -

Thanks for your response. I've only used css for entire web pages -- been
too busy working with the ADO.NET stuff.

I looked on the web and found lots of goodies I'll take a look at tomorrow.

--
Sandy
"clintonG" wrote:
Ever hear of CSS?

search: css menu

<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee.com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/
"Sandy" <Sa***@discussions.microsoft.com> wrote in message
news:E2**********************************@microsof t.com...
Hello -

I have a web app currently has regular links down the left-hand side of
the
pages. They are attached to a database and put into an ascx so all I have
to
do is change the database info to change all links on all pages. This
works
fine, however, it looks funky.

I am using VS 2003, which has no way of making decent menus that I'm aware
of.

How does anyone out there deal with the menu issue? Is there a way I can
combine some kind of graphic into my above-mentioned menu solution?

Any help will be greatly appreciated!

--
Sandy


Nov 19 '05 #5
Hi Frankie -

I appreciate your response! Clinton (above) suggested the css option also.
I'll probably go that way. I took a look at Componentart and it wasn't
immediately evident to me how to incorporate that into the ascx I've already
developed. Am I missing something?

Thanks again!
--
Sandy
"Frankie" wrote:
From your description it sounds like you are "rolling your own" menu with
basic links. Which begs the question why then don't you just roll your own
<img> and CSS into it?

For a serious menu that is easy to implement, well documented, and is stable
and lightweight (relative to the features offered, anyway), check out the
menu offered at www.componentart.com
Yes, you'll have to pay for it, but that's part of the tradeoff (how much is
your time/frustration worth?)

-HTH


"Sandy" <Sa***@discussions.microsoft.com> wrote in message
news:E2**********************************@microsof t.com...
Hello -

I have a web app currently has regular links down the left-hand side of
the
pages. They are attached to a database and put into an ascx so all I have
to
do is change the database info to change all links on all pages. This
works
fine, however, it looks funky.

I am using VS 2003, which has no way of making decent menus that I'm aware
of.

How does anyone out there deal with the menu issue? Is there a way I can
combine some kind of graphic into my above-mentioned menu solution?

Any help will be greatly appreciated!

--
Sandy


Nov 19 '05 #6
Hi Mark -

Thanks for your input. I did try the flex menu in my earlier days of
developing the site. That was also in the earlier days of my developing in
..Net. For some reason, at that time, it didn't work for me.

I'll take another look at it now that I have more experience under my belt;
although most of my acquired experience admittedly is ADO.NET stuff . . .
extensive building with datagrids . . . fascinating!

--
Sandy
"Mark Rae" wrote:
"Sandy" <Sa***@discussions.microsoft.com> wrote in message
news:E2**********************************@microsof t.com...
Any help will be greatly appreciated!


http://www.aitoc.com/en/flex_menu_net.html

Nov 19 '05 #7
Re:
<< Am I missing something >>

I'm not sure, but if you are, then this might help:

You can see *exactly* what it would take [or at least one way] to implement
the ComponentArt menu in your project by going to their menu demo page at
the following URL:
http://www.componentart.com/demos/me.../webform1.aspx

The top part of that page shows a sample menu. Below that there is a box
labeled "About This Example" and in that section there is a check box
labeled "Show Code". Check that box. The page will refresh and the bottom
part of the page will show you the code, data, and styling css that creates
the sample viewed in the top part of the page. When you select a different
menu to preview the associated code, data, and CSS will appear in the code
preview section at the bottom of the page. They have samples for loading the
menu from an XML file, from a database, or by hard-coding the menu items.

Now, about your need to put it in an ASCX. That's a fairly straight-forward
thing to do. There's really no difference between putting it into an ascx
(user control) vs an aspx (page).

-HTH

"Sandy" <Sa***@discussions.microsoft.com> wrote in message
news:17**********************************@microsof t.com...
Hi Frankie -

I appreciate your response! Clinton (above) suggested the css option
also.
I'll probably go that way. I took a look at Componentart and it wasn't
immediately evident to me how to incorporate that into the ascx I've
already
developed. Am I missing something?

Thanks again!
--
Sandy
"Frankie" wrote:
From your description it sounds like you are "rolling your own" menu with
basic links. Which begs the question why then don't you just roll your
own
<img> and CSS into it?

For a serious menu that is easy to implement, well documented, and is
stable
and lightweight (relative to the features offered, anyway), check out the
menu offered at www.componentart.com
Yes, you'll have to pay for it, but that's part of the tradeoff (how much
is
your time/frustration worth?)

-HTH


"Sandy" <Sa***@discussions.microsoft.com> wrote in message
news:E2**********************************@microsof t.com...
> Hello -
>
> I have a web app currently has regular links down the left-hand side of
> the
> pages. They are attached to a database and put into an ascx so all I
> have
> to
> do is change the database info to change all links on all pages. This
> works
> fine, however, it looks funky.
>
> I am using VS 2003, which has no way of making decent menus that I'm
> aware
> of.
>
> How does anyone out there deal with the menu issue? Is there a way I
> can
> combine some kind of graphic into my above-mentioned menu solution?
>
> Any help will be greatly appreciated!
>
> --
> Sandy


Nov 19 '05 #8
"Sandy" <Sa***@discussions.microsoft.com> wrote in message
news:98**********************************@microsof t.com...
Thanks for your input. I did try the flex menu in my earlier days of
developing the site. That was also in the earlier days of my developing
in
.Net. For some reason, at that time, it didn't work for me.


I've never had a problem with it...
Nov 19 '05 #9

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

Similar topics

19
by: chart43 | last post by:
I have question about the technique for css dropdown menus described in http://www.alistapart.com/articles/horizdropdowns/. Based on an html list, it has a few items in a 1st order list and further...
7
by: Marci | last post by:
I found this script for cascading menus, however, I cannot reach the author to solve the bug I am having when I add a second menu to it. My problem is this: If I click on the first link, the...
2
by: Pete | last post by:
In Access 95/97 I used to be able to create pull down menus (File,Edit ...) from a macro. It seems there used to be some wizard for that. However in Access 2000 it seems you have to build your...
1
by: cefrancke | last post by:
I have set the Startup properties to the following... All menus, toolbars, etc are turned off plus these are unchecked Allow Full Menus Allow Built-in Toolbars Allow Default Shortcut Menus...
3
by: cefrancke | last post by:
The only reason I ask is that no one has made this subject clear or given a definitive answer. What I would like to do is, after turning off all the menus/tbars/etc using the startup options. ...
0
by: cefrancke | last post by:
I recently discovered, that if you set the startup options for "security", you will have alot of work do to get Access back to "normal". If you disable the built-in menus/toolbars you'll have to...
4
by: Karl Irvin | last post by:
I distribute an A 2000 app as a mde. On a few customers, my custom menus are overwritten. The top menu is generally there but the choices on the menus are gone or replaced by something else. ...
0
by: Keith | last post by:
When merging two menus, it doesn't actually merge their sub menus and menu items It only displays two menus on one forms instead of merging two sub menus into one if they have sam menu text ...
3
by: Steven Smith | last post by:
the way I'm undersatnding the MSDN documentation when creating parent and child forms the main menu for the child form should not be displayed on the child form itself but instead be incorporated...
0
by: ARC | last post by:
Hello all, For right-click (shortcut) menus in access 2007, I've been using a round-about method of opening access 97 on an old computer, modifying my own custom shortcut menus, then importing...
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:
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
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?
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
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...
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...

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.