CodeVerge.Net Beta


   Explore    Item Entry    Members      Register  Login  
NEWSGROUP
.NET
Algorithms-Data Structures
Asp.Net
C Plus Plus
CSharp
Database
HTML
Javascript
Linq
Other
Regular Expressions
VB.Net
XML

Free Download:




Zone: > NEWSGROUP > Asp.Net Forum > general_asp.net.master_pages_themes_and_navigation_controls Tags:
Item Type: NewsGroup Date Entered: 10/31/2005 8:26:20 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 1 Views: 35 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
2 Items, 1 Pages 1 |< << Go >> >|
MichaelShirk
Asp.Net User
Beta Menu Control - Updated - This appears to be a bug!10/31/2005 8:26:20 PM

0/0

I have now changed my menu control to use <Items> listed in the control.  It still does not display them dyamiclly as flyout.  I only get  empty white boxes but they will display if I set the static level high enough to display them.  I have read of some others with a very similar issue.  I have included  my control source if anyone has a suggestion  

<div id="menuarea">

<asp:Menu ID="Menu1" Orientation="Vertical" runat="server"

Font-Names="Tahoma"

Font-Size=".9em"

ForeColor="#076553"

ItemWrap="True"

SkipLinkText="SkipLinkText"

Enabled="True"

PathSeparator="/"

StaticSubMenuIndent="5px"

BackColor="Transparent"

BorderStyle="None"

StaticDisplayLevels="3">

<Items>

<asp:MenuItem NavigateUrl="default.aspx" Text="Home" Tooltip="Welcome page">

<asp:MenuItem NavigateUrl="login.aspx" Text="About SGA" Tooltip="Calendar of events">

<asp:MenuItem NavigateUrl="News_List.aspx" Text="Mission" Tooltip="SGA Mission Statement"/>

<asp:MenuItem NavigateUrl="sga2.aspx" Text="General Info" Tooltip="SGA Mission Statement"/>

<asp:MenuItem NavigateUrl="sga3.aspx" Text="Board Members" Tooltip="SGA Mission Statement"/>

<asp:MenuItem NavigateUrl="sga4.aspx" Text="Current Officers" Tooltip="SGA Mission Statement"/>

<asp:MenuItem NavigateUrl="sga5.aspx" Text="ByLaws" Tooltip="SGA Mission Statement"/>

<asp:MenuItem NavigateUrl="sga6.aspx" Text="Local Chapters" Tooltip="SGA Mission Statement"/>

<asp:MenuItem NavigateUrl="sga7.aspx" Text="Join SGA" Tooltip="SGA Mission Statement"/>

<asp:MenuItem NavigateUrl="sga8.aspx" Text="Members Only" Tooltip="SGA Mission Statement"/>

</asp:MenuItem>

<asp:MenuItem NavigateUrl="sit0.aspx" Text="Site Loss" Tooltip="Calendar of events">

<asp:MenuItem NavigateUrl="sit1.aspx" Text="Ethics" Tooltip="SGA Mission Statement"/>

<asp:MenuItem NavigateUrl="sit2.aspx" Text="Stewardship" Tooltip="SGA Mission Statement"/>

<asp:MenuItem NavigateUrl="sit3.aspx" Text="Green Space" Tooltip="SGA Mission Statement"/>

<asp:MenuItem NavigateUrl="sit4.aspx" Text="Resources at Risk" Tooltip="SGA Mission Statement"/>

</asp:MenuItem>

<asp:MenuItem NavigateUrl="pub0" Text="Publications" Tooltip="Recent News">

<asp:MenuItem NavigateUrl="pub1.aspx" Text="Early Georgia" Tooltip="SGA Mission Statement"/>

<asp:MenuItem NavigateUrl="pub2.aspx" Text="The Profile" Tooltip="SGA Mission Statement"/>

<asp:MenuItem NavigateUrl="pub3.aspx" Text="Papers" Tooltip="SGA Mission Statement"/>

</asp:MenuItem>

<asp:MenuItem NavigateUrl="acm0.aspx" Text="Archaeology Month" Tooltip="Calendar of events">

<asp:MenuItem NavigateUrl="acm1.aspx" Text="Events" Tooltip="SGA Mission Statement"/>

<asp:MenuItem NavigateUrl="acm2.aspx" Text="Lesson Plans" Tooltip="SGA Mission Statement"/>

<asp:MenuItem NavigateUrl="acm3.aspx" Text="Posters" Tooltip="SGA Mission Statement"/>

<asp:MenuItem NavigateUrl="acm4.aspx" Text="Co-Sponsers" Tooltip="SGA Mission Statement"/>

</asp:MenuItem>

<asp:MenuItem NavigateUrl="aga0.aspx" Text="Archaeology of Georgia" Tooltip="Photo album">

<asp:MenuItem NavigateUrl="aga1.aspx" Text="Time Line" Tooltip="SGA Mission Statement"/>

<asp:MenuItem NavigateUrl="aga2.aspx" Text="Public Sites" Tooltip="SGA Mission Statement"/>

<asp:MenuItem NavigateUrl="aga3.aspx" Text="Museums" Tooltip="SGA Mission Statement"/>

<asp:MenuItem NavigateUrl="aga4.aspx" Text="Arch. in the Classroom" Tooltip="SGA Mission Statement"/>

</asp:MenuItem>

<asp:MenuItem NavigateUrl="con0.aspx" Text="Contacts" Tooltip="Membership list and contact informaation">

<asp:MenuItem NavigateUrl="con1.aspx" Text="State Agencies" Tooltip="SGA Mission Statement"/>

<asp:MenuItem NavigateUrl="con2.aspx" Text="Federal Agencies" Tooltip="SGA Mission Statement"/>

<asp:MenuItem NavigateUrl="con3.aspx" Text="Academic Institutions" Tooltip="SGA Mission Statement"/>

<asp:MenuItem NavigateUrl="con4.aspx" Text="Organizations" Tooltip="SGA Mission Statement"/>

</asp:MenuItem>

<asp:MenuItem NavigateUrl="aga5.aspx" Text="Order Frontiers in the Soil" Tooltip="SGA Mission Statement"/>

<asp:MenuItem NavigateUrl="links.aspx" Text="Links" Tooltip="Useful links"/>

<asp:MenuItem NavigateUrl="photoalbum_list2.aspx" Text="Discussion Threads" Tooltip="Member registration"/>

<asp:MenuItem NavigateUrl="member_redirect.aspx" Text="Photo Albums" Tooltip="Member registration"/>

<asp:MenuItem NavigateUrl="photoalbum_list1.aspx" Text="SGA Endowment" Tooltip="Member registration"/>

<asp:MenuItem NavigateUrl="join.aspx" Text="Join SGA" Tooltip="How to contact the club leaders"/>

<asp:MenuItem NavigateUrl="member.aspx" Text="Members Only" Tooltip="How to contact the club leaders"/>

<asp:MenuItem NavigateUrl="photoalbum_list3.aspx" Text="My Account" Tooltip="Useful links"/>

</asp:MenuItem>

</Items>

</asp:Menu>

<asp:Login ID="Login1" runat="server" BackColor="Transparent" BorderColor="#E6E2D8"

BorderPadding="4" BorderStyle="Solid" BorderWidth="1px" Font-Names="Verdana"

Font-Size="0.8em" ForeColor="#333333" Height="165px" TextLayout="TextOnTop" Width="124px">

<LoginButtonStyle BackColor="White" BorderColor="#C5BBAF" BorderStyle="Solid" BorderWidth="1px"

Font-Names="Verdana" Font-Size="0.8em" ForeColor="#1C5E55" />

<TextBoxStyle Font-Size="0.8em" />

<TitleTextStyle BackColor="#1C5E55" Font-Bold="True" Font-Size="0.9em" ForeColor="White" />

<InstructionTextStyle Font-Italic="True" ForeColor="Black" />

</asp:Login>

</div>



I am using the menu control bringing data from the XML site map.  It works fine in static mode and shows my 2 levels.  When I change the static level to 1, it only shows the first level like it is suppose and  the second level appears to fly out but I get a white retangular box with no menu items.  Since it works in Static mode I believe it is a setting I must set.  I have changed both font colors and back-colors but still get empty white boxs that seem to match the size of my sub menus.  I can't figure out what I need to set to show the menu items.  Any sugguestions would be appreciated.  I am sure its pretty basic but I don't know the answer.

Thanks in advance.

This is my site map.

<?xml version="1.0" encoding="utf-8" ?>

<siteMap xmlns="http://schemas.microsoft.com/AspNet/SiteMap-File-1.0" >

<siteMapNode url="/" title="" description="" roles="*">

<siteMapNode url="default.aspx" title="Home"  />

<siteMapNode url="sga0.aspx" title="About SGA" >

<siteMapNode url="sga1.aspx" title="Mission"  />

<siteMapNode url="sga2.aspx" title="General Info"  />

<siteMapNode url="sga3.aspx" title="Board Members"  />

<siteMapNode url="sga4.aspx" title="Current Officers"  />

<siteMapNode url="sga5.aspx" title="ByLaws" />

<siteMapNode url="sga6.aspx" title="Local Chapters"  />

<siteMapNode url="sga7.aspx" title="Join SGA"  />

<siteMapNode url="sga8.aspx" title="Members Only"  />

</siteMapNode>

<siteMapNode url="sit0.aspx" title="Site Loss" >

<siteMapNode url="sit1.aspx" title="Ethics" />

<siteMapNode url="sit2.aspx" title="Stewardship"  />

<siteMapNode url="sit3.aspx" title="Green Space"  />

<siteMapNode url="sit4.aspx" title="Resources at Risk"  />

</siteMapNode>

<siteMapNode url="pub0" title="Publications" >

<siteMapNode url="pub1.aspx" title="Early Georgia"  />

<siteMapNode url="pub2.aspx" title="The Profile"  />

<siteMapNode url="pub3.aspx" title="Papers" />

</siteMapNode>

<siteMapNode url="acm0.aspx" title="Archaeology Month" >

<siteMapNode url="acm1.aspx" title="Events"  />

<siteMapNode url="acm2.aspx" title="Lesson Plans"  />

<siteMapNode url="acm3.aspx" title="Posters"  />

<siteMapNode url="acm4.aspx" title="Co-Sponsers"  />

</siteMapNode>

<siteMapNode url="aga0.aspx" title="Archaeology of Georgia" >

<siteMapNode url="aga1.aspx" title="Time Line"  />

<siteMapNode url="aga2.aspx" title="Public Sites"  />

<siteMapNode url="aga3.aspx" title="Museums"  />

<siteMapNode url="aga4.aspx" title="Arch. in the Classroom"  />

</siteMapNode>

<siteMapNode url="aga5.aspx" title="Order Frontiers in the Soil"  />

<siteMapNode url="con0.aspx" title="Contacts"  >

<siteMapNode url="con1.aspx" title="State Agencies"  />

<siteMapNode url="con2.aspx" title="Federal Agencies"  />

<siteMapNode url="con3.aspx" title="Academic Institutions"  />

<siteMapNode url="con4.aspx" title="Organizations"  />

</siteMapNode>

<siteMapNode url="links.aspx" title="Links"  />

<siteMapNode url="photoalbum_list2.aspx" title="Discussion Threads"  />

<siteMapNode url="member_redirect.aspx" title="Photo Albums"  />

<siteMapNode url="photoalbum_list1.aspx" title="SGA Endowment"  />

<siteMapNode url="join.aspx" title="Join SGA"  />

<siteMapNode url="member.aspx" title="Members Only"  />

<siteMapNode url="photoalbum_list3.aspx" title="My Account"  />

</siteMapNode>

</siteMap>


My Site Map Date Source

<asp:SiteMapDataSource ID="SiteMapDataSource1"

runat="server" StartFromCurrentNode="False" ShowStartingNode="False" StartingNodeOffset="0" />


My menu control

<div id="menuarea">

<asp:Menu ID="Menu1" runat="server"

OnMenuItemClick="Menu1_MenuItemClick"

DataSourceID="SiteMapDataSource1"

Font-Names="Arial"

Font-Size="Medium"

Height="216px" Width="136px"

ForeColor="Black"

ItemWrap="True"

SkipLinkText=""

StaticDisplayLevels="1"

DynamicHorizontalOffset="2"

DynamicVerticalOffset=" 0"

Enabled="True"

MaximumDynamicDisplayLevels="2"

PathSeparator="/">

</asp:Menu>
</div>

XIII
Asp.Net User
Re: ASP.NET 2.0 Beta Menu Control10/31/2005 8:32:07 PM

0/0

Hi,

could you please post some relevant code of the treeview and the sitemap that you're using? This might give the people around here some more insight in what's going wrong and provide a better solution to your problem.

Grz, Kris.
Kris van der Mast [MVP] || 101 LINQ to SQL samples
2 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Macworld Mac & Power Mac secrets Authors: David Pogue, Joseph Schorr, Pages: 1098, Published: 1994

Web:
Apparent bug with the ASP.NET 2.0 Menu Control and master pages ... Apparent bug with the ASP.NET 2.0 Menu Control and master pages ... Also the menu appears completely extendetd, that is the children of the ...
Mozilla Firefox 1.5 Beta 1 Release Notes From the Start menu, choose Control Panel . When the Control Panel appears, ... If the Extension Compatibility and Update wizard appears but does not ...
you blog » Desktops In general, You Control: Desktops appears to be working in Leopard. We are investigating a couple of user-reported issues; a beta update will be on the way ...
Yahoo! UI Library: Menu There is bug in Menu where Menu instances will appear at the incorrect x and/or .... Control (included with examples for the ProfilerViewer Control (beta)) ...
Camino Update Bug 151093 - Move tab-set bookmarking UI to Bookmarks menu; Bug 152147 - Ability to .... The beta page has been updated with information on the release. ...
Menu Control - vBulletin.org Forum Since this is the beta, and most of the information is included in the manual, I won't go into too much detail. This is Menu Control 1.3 for ...
Logisim: 2.0 beta release history Bug fix: The Simulate menu's Simulation Enabled menu item check did not update properly when the simulation halted due to oscillation. ...
Source Engine Beta Bug Reports - Valve Developer Community Games -- Bugs that affect games only as a result of the beta update. ... but as soon as the console would appear and control be given to the user, ...
Mozilla Firefox 2 Beta 1 Release Notes When the Control Panel appears, double click Add/Remove Programs . ... Firefox 1.5 to Firefox 2.0 Beta 1, the browser will crash while checking for updates. ...
You Control 1.7.1 Beta for Mac OS X download - TechSpot Downloads In fact, You Control lets you create custom menus in the menu bar, ... Fixed a bug introduced in 1.7 that could cause the registration dialog to appear ...




Search This Site:










error in module using activereports? need help!!!

basic data binding, i'm missing thepoint

exporting projects in vs.net

style or theme buttons

no questions are too simple :)

methods and properties - informational line (not sure what you call it) in intellisense

problems with navigateurl for hyperlink column

missing "icon_skins_16px.gif" file in host/admin menu

rss not working

base tag and vwb validation

asp.net ane web cams????

assemblies in /bin directory

application that expires after a certain time period

asynchronous requests in page_load

forms authentidation with slidingexpiration

change current css on my blog!

chart in asp.net

pass a database value of a selected record to a another page in the url

common bar apearing on multiple pages

saving a registration form

xsd default namespace

search the document database

i created my own module, calling another page in it

trying to catch event sender

running as network service....

using .text with an existing database of users

free version of commercial module is now available for download

double post back on tree view control

errrmmmm i think someone was trying to hack one of my sites

user control(with images) cache

 
All Times Are GMT