473,378 Members | 1,390 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.

Menus and MasterPages

I have 3 master pages. The second has a contents object that contains the
horizontal menu, the third a contents object that contains the vertical menus
and all WebForms use master3 as their Master Page. The content of any
WebForms is below the horizontal menu and right of the left hand menu.

My problem is that the menu structure is 5 layers deep in parts and the bits
that need to be selected are actually over the WebForm content and whilst the
item is visible, it is no longer selectable. With the left hand menu that
can be partially resolved by Setting the Dynamic Horizontal Offest to a
negative value and therefor pulling the position at which the menu item
displays back into the content object bounds at the expense of some
overlapping. I can apply a different style with a different offset for each
level if necessary.

With the horizontal menus however there is much less ability to be flexible
especially with any menu that has numerous items. They are just unusable.

Is there an easy fix that allows a displayed menuitem that is outside the
bounds of its content object to be selected?
--
PeterW
Jun 23 '07 #1
6 1458


"PeterW" <ns**@nospam.nospamwrote in message
news:38**********************************@microsof t.com...
>I have 3 master pages. The second has a contents object that contains the
horizontal menu, the third a contents object that contains the vertical
menus
and all WebForms use master3 as their Master Page. The content of any
WebForms is below the horizontal menu and right of the left hand menu.

My problem is that the menu structure is 5 layers deep in parts and the
bits
that need to be selected are actually over the WebForm content and whilst
the
item is visible, it is no longer selectable. With the left hand menu that
can be partially resolved by Setting the Dynamic Horizontal Offest to a
negative value and therefor pulling the position at which the menu item
displays back into the content object bounds at the expense of some
overlapping. I can apply a different style with a different offset for
each
level if necessary.

With the horizontal menus however there is much less ability to be
flexible
especially with any menu that has numerous items. They are just unusable.

Is there an easy fix that allows a displayed menuitem that is outside the
bounds of its content object to be selected?
You need to post to a MS.public.dotnet ASP or Webforms NG.

Jun 23 '07 #2
Hey Mr. Arnold... what part of the word "general" do you fail to understand?
What part of dotnet did you fail to understand?

The forums at asp.net may be another source to get some insight about the
use of the menu control but this newsgroup is just as appropriate to ask
questions that pertain to the use of the .NET framework and various
controls.

<%= Clinton Gallagher
NET csgallagher AT metromilwaukee.com
URL http://clintongallagher.metromilwaukee.com/
"Mr. Arnold" <MR. Ar****@Arnold.comwrote in message
news:Ou**************@TK2MSFTNGP06.phx.gbl...
>

"PeterW" <ns**@nospam.nospamwrote in message
news:38**********************************@microsof t.com...
>>I have 3 master pages. The second has a contents object that contains the
horizontal menu, the third a contents object that contains the vertical
menus
and all WebForms use master3 as their Master Page. The content of any
WebForms is below the horizontal menu and right of the left hand menu.

My problem is that the menu structure is 5 layers deep in parts and the
bits
that need to be selected are actually over the WebForm content and whilst
the
item is visible, it is no longer selectable. With the left hand menu
that
can be partially resolved by Setting the Dynamic Horizontal Offest to a
negative value and therefor pulling the position at which the menu item
displays back into the content object bounds at the expense of some
overlapping. I can apply a different style with a different offset for
each
level if necessary.

With the horizontal menus however there is much less ability to be
flexible
especially with any menu that has numerous items. They are just
unusable.

Is there an easy fix that allows a displayed menuitem that is outside the
bounds of its content object to be selected?

You need to post to a MS.public.dotnet ASP or Webforms NG.

Jun 23 '07 #3

"clintonG" <no****@nowhere.comwrote in message
news:Oe*************@TK2MSFTNGP04.phx.gbl...
Hey Mr. Arnold... what part of the word "general" do you fail to
understand? What part of dotnet did you fail to understand?
Get off of my back about this. I pointed the OP to some other NG(s) that the
OP might get help.

I did notice that the only thing you have provided is lip service and are of
no help to the OP.

If you don't like what I have done, then I suggest you keep it to yourself,
because you don't mean anything to me.

You need to mind your own business and stay out of mine, like I am staying
out of your business.

Jun 23 '07 #4
Hi Peter,

As for the Master Page Menu displaying issue, since it may be abit
confusing to describe the problem behavior through verbose text, would you
try using a simplified master page and content page to demonstrate it so
that we can perform tests on our side?

Also, as other community members have suggested, for ASP.NET specific
questions, you can post in the following newsgroup so as to get more
accurate and specific information:

microsoft.public.dotnet.framework.aspnet

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.
Jun 25 '07 #5
Hi Steven and thanks.

I had a problem with the menu text displaying outside the bounds of the
content object in which the menu is contained.

If I try to select and click any part that is showing on another content
object then that part outside does not respond to a mouse event.

If I make sure that all of the displayed menuitem is inside the Contents
component in which it is defined and does not flow over the part of a form
deined in another Content component then all is well and works properly.

It is all working properly now.

thanks
--
PeterW
"Steven Cheng[MSFT]" wrote:
Hi Peter,

As for the Master Page Menu displaying issue, since it may be abit
confusing to describe the problem behavior through verbose text, would you
try using a simplified master page and content page to demonstrate it so
that we can perform tests on our side?

Also, as other community members have suggested, for ASP.NET specific
questions, you can post in the following newsgroup so as to get more
accurate and specific information:

microsoft.public.dotnet.framework.aspnet

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.
Jun 26 '07 #6
Thanks for your followup Peter,

I'm glad that you've got it working now. If you meet any further program in
the future, please feel free to post here.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.

Jun 27 '07 #7

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

Similar topics

1
by: Roger Walter | last post by:
When using the MasterPages form Templating from ASP.NET web Controls, and also using another templating process that uses User Controls, I get a border around the entire page when it is rendered...
1
by: nLella | last post by:
I am trying to build a new web application and trying to implement either templates or master pages in it. I tried to read several articles but could not actually deside on weather to go with the...
3
by: Lars W. Andersen | last post by:
Hi, I am looking for a good - easy to comprehend little CMS application for my "beginners" asp.net 2.0 site. It must be able to use Access as the database (only a couple of people will be...
2
by: iturner100 | last post by:
Hi, I've been struggling with this one for a couple of hours without much joy. Basically, I've got a set of nested masterpages (3 as it happens). I'm dynamically generating a new page in code...
5
by: Nick Wouters | last post by:
Dear All In Classic ASP I used CSS for ALL layout. Now in ASP.NET version 2 I am testing out Masterpages as they come in very handy. It seems like it is replacing CSS for layout but what is...
23
by: LvBohemian | last post by:
I am playing around with creating some menus dynamically, and they create fine and show up ok when I want them to; but when I select a menu NavigateUrl at run time, the applicable url shows up...
6
by: =?Utf-8?B?U3RlcGhlbiBIYXRmaWVsZA==?= | last post by:
I have two masterpages in a web application. One is used for the login and logout pages. The other is used for all other pages in the application. The difference between the two masterpages is...
1
by: =?Utf-8?B?UGV0ZXJX?= | last post by:
I have 3 master pages. The second has a contents object that contains the horizontal menu, the third a contents object that contains the vertical menus and all WebForms use master3 as their Master...
8
by: Mort Strom | last post by:
Right now the header of my master page contains all of the CSS styles for all of the pages that might be loaded in my ContentPlaceHolder. The problem is that my <styletag is getting too large to...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
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: 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
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...

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.