472,789 Members | 1,370 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,789 software developers and data experts.

ASP.Net 2.0 horizontal Menu control won't let the child entries work

Hi,
For some reason, I am unable to get the child entries to work in a
horizontal Menu control. Is there a property that I've failed to set?

The menu entries are supposed to look like this:
Menu Add Job Show Job
Show All Jobs
Show Unaccepted Jobs
getJobStep
etc.

In reality, they come out like this:
Menu Add Job Show Job Show All Jobs Show Unaccepted
Jobs getJobStep etc.

Here is my web.sitemap.
<?xml version="1.0" encoding="utf-8" ?>

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

<siteMapNode title="Menu" description="">

<siteMapNode url="AddJob.aspx" title="Add Job" description="" />
<siteMapNode url="showJob.aspx" title="Show Job" description="Show
Job">

<siteMapNode url="showAllJobs.aspx" title="Show All Jobs"
description="Show All Jobs" />

<siteMapNode url="showUnacceptedJobs.aspx" title="Show
Unaccepted Jobs" description="" />

<siteMapNode url="getJobStepData.aspx" title="Get Job Step"
description="" />

<siteMapNode url="listUncompletedDesignJobSteps.aspx"
title="List Uncompleted Design Steps" description="" />

</siteMapNode>

</siteMapNode>

</siteMap>

Can anyone provide any direction on this? It is greatly appreciated.

TIA, Randy Smith
Oct 21 '06 #1
0 1436

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

Similar topics

13
by: elad | last post by:
Hi The Menu doesn't work properly when I have 2 frame and the Menu popup frame=document target frame, when I choose item in the menu the doc opened and the menu get stuck. Here is the code...
0
by: Larry R Harrison Jr | last post by:
I have Access 97 and a subform which shows scheduling. It shows the current week. There are 3 shifts per day, thus there are 21 entries per week in the table linked to this subform. This table is...
4
by: Mark Reed | last post by:
Hi Guru's, Hopefully I can explain this OK.....What I am trying to do is create a QC check sheet using the following fields: ASN, PO & Qty. This information will be at the top of each report with...
2
by: Sakharam Phapale | last post by:
Hi All, How to show dropdown list of menu items just like click on Parent menu. For example, Edit (Parent menu) Cut (child menu) Copy (child menu) Paste (child menu)
0
by: Carlos Albert | last post by:
Hello world, I'm trying to populate an ASP.NET 2 menu control, but so far no luck. The first problem I find is that they are for C#... and I work using VB. Tried this way:...
0
by: Wayne Erfling | last post by:
I put in the code below to disable self links in a menu control in a "master" page. It works properly if the top-level menu item has no children, but both ..Selected = false and .NavigateUrl =...
2
by: Sergio E. | last post by:
Hi group, I write this post with the following question: How can I to build an absolutely horizontal menu?, This is because I can't find how can I configure the menu component of asp.net 2.0...
19
by: Jim | last post by:
Hi, I have two questions/problems pertaining to CSS horizontal dropdown menus and am hoping that someone here can help me out. (1) I'm having a problem centering the menu. I picked up the...
0
by: Rina0 | last post by:
Cybersecurity engineering is a specialized field that focuses on the design, development, and implementation of systems, processes, and technologies that protect against cyber threats and...
3
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 2 August 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: kcodez | last post by:
As a H5 game development enthusiast, I recently wrote a very interesting little game - Toy Claw ((http://claw.kjeek.com/))。Here I will summarize and share the development experience here, and hope it...
0
by: Taofi | last post by:
I try to insert a new record but the error message says the number of query names and destination fields are not the same This are my field names ID, Budgeted, Actual, Status and Differences ...
14
DJRhino1175
by: DJRhino1175 | last post by:
When I run this code I get an error, its Run-time error# 424 Object required...This is my first attempt at doing something like this. I test the entire code and it worked until I added this - If...
0
by: Rina0 | last post by:
I am looking for a Python code to find the longest common subsequence of two strings. I found this blog post that describes the length of longest common subsequence problem and provides a solution in...
5
by: DJRhino | last post by:
Private Sub CboDrawingID_BeforeUpdate(Cancel As Integer) If = 310029923 Or 310030138 Or 310030152 Or 310030346 Or 310030348 Or _ 310030356 Or 310030359 Or 310030362 Or...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
0
by: lllomh | last post by:
How does React native implement an English player?

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.