473,397 Members | 2,033 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,397 software developers and data experts.

Problem with ASP.net menu control

I have converted 1.1 application to 2.0 application. Now I am using master
page with the menu controls provided by 2.0 framework.

Problem is that when I hover over the menu, dynamic menu appears but i also
get vertical scrollbar. Has anyone encounter this before?
Thanks
Apr 4 '07 #1
4 1657
Your menu content is probably longer that the space you're allotting to it.


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"iiman" <no****@nospam.comwrote in message news:%2****************@TK2MSFTNGP06.phx.gbl...
>I have converted 1.1 application to 2.0 application. Now I am using master page with the menu
controls provided by 2.0 framework.
Problem is that when I hover over the menu, dynamic menu appears but i also get vertical
scrollbar. Has anyone encounter this before?
Thanks

Apr 4 '07 #2
I tested this page with the brand-new project, same layout but that project
does not bring up the scrollbars.
I had another problem before, that menu was all expanded when I the page was
initially loaded. The problem was
<xhtmlConformance mode="Legacy"/>

in the webconfig that was inserted when the project was upgraded to 2.0?
Who would have thought that that was the problem??? I am just curious as to
the scrollbar problem is some setting that I need to change....

J


"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:u%****************@TK2MSFTNGP05.phx.gbl...
Your menu content is probably longer that the space you're allotting to
it.


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"iiman" <no****@nospam.comwrote in message
news:%2****************@TK2MSFTNGP06.phx.gbl...
>>I have converted 1.1 application to 2.0 application. Now I am using
master page with the menu controls provided by 2.0 framework.
>Problem is that when I hover over the menu, dynamic menu appears but i
also get vertical scrollbar. Has anyone encounter this before?
Thanks


Apr 4 '07 #3
Post your failing menu code and your master page code.
Maybe someone can catch the mistake.

Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"iiman" <no****@nospam.comwrote in message news:%2****************@TK2MSFTNGP05.phx.gbl...
>I tested this page with the brand-new project, same layout but that project does not bring up the
scrollbars.
I had another problem before, that menu was all expanded when I the page was initially loaded.
The problem was
<xhtmlConformance mode="Legacy"/>
in the webconfig that was inserted when the project was upgraded to 2.0? Who would have thought
that that was the problem??? I am just curious as to the scrollbar problem is some setting that I
need to change....

J


"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:u%****************@TK2MSFTNGP05.phx.gbl...
>Your menu content is probably longer that the space you're allotting to it.


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"iiman" <no****@nospam.comwrote in message news:%2****************@TK2MSFTNGP06.phx.gbl...
>>>I have converted 1.1 application to 2.0 application. Now I am using master page with the menu
controls provided by 2.0 framework.
>>Problem is that when I hover over the menu, dynamic menu appears but i also get vertical
scrollbar. Has anyone encounter this before?
Thanks



Apr 4 '07 #4
On Apr 4, 4:03 pm, "iiman" <nos...@nospam.comwrote:
I have converted 1.1 application to 2.0 application. Now I am using master
page with the menu controls provided by 2.0 framework.

Problem is that when I hover over the menu, dynamic menu appears but i also
get vertical scrollbar. Has anyone encounter this before?
Thanks
Yes i haver also faced the same problem/behavior with the Menu
Control. But since it was not creating any problem in our application
we did not worry too much about it. If you find a solution, I would
like to know as well.

Apr 9 '07 #5

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

Similar topics

5
by: | last post by:
Hi, I'm trying to use the cookie munging session handling behaviour of asp.net instead of cookies themselves as I'm finding quite a few people are barring cookies (especially AOL users). If I...
0
by: michael | last post by:
Hi. I have a problem using the CollectioEditor. In my custom control I have a public property that returns ItemList. ItemList is inherited from CollectionBase and contains very simple items...
0
by: Lucas, Todd | last post by:
Hello everyone! I'm having a problem with a WebControl that I'm designing for a Menu. I've been at it for about 3 weeks now, and can't seem to get around this problem. So I'm hoping that someone...
2
by: ha_shaikh | last post by:
In our web application(ASP.Net), we have database driven menus that are of dropdown style on getting focus (a requirement). We've used Javascript Menu Object for creating these menus. On different...
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)....
0
by: Edwin Knoppert | last post by:
I'm busy with overlapping controls, like the ASP net menu shown underneat the listbox control etc.. Absolute position is what i use in this case, no issue to me now. I found a menu on the...
0
by: Jose Walker | last post by:
Hi there! I've been fighting with an issue that by now is driving me crazy. I've developed a ASP.NET 2 web part from which I build dynamically an ASP.NET 2 Menu control, I populate the control...
0
by: John Smith | last post by:
ASP.Net 2.0 / C# / IIS 6 I have 2 pages. The master page consists of a tabbed menu created using the Menu and MultiView controls. Something like this: ...
2
by: dorrit.Riemenschneider | last post by:
Hi, I develop a sharepoint webpart with ASP.Net 2.0 and therefore override CreateChildControls(). In CreateChildControls() I create dynamically a menu with items (and sub items) from a database....
1
by: =?Utf-8?B?RjVGNUY1?= | last post by:
I have created a control by inheriting ToolStripMenuItem that has an image property called LargeImage. ------ public class EventSubMenuItem : ToolStripMenuItem { private Image _largeImage =...
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:
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
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
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new...

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.