Horizontal Menu - I need some help (VWD Express)

S

Stephen

Hi

From an example supplied with Visual Web Developer Express 2005,
I am trying to build a "horizontal menu" with drop down links.

In the example below I have added: url="mouse.aspx?/">
to <siteMapNode title="Mouse"

This works - i.e. If I click Products/Hardware/Mouse - mouse.aspx opens.

I have two questions;

1) Is this acceptable practise - I mean it might work for me now,
but will it be corrupted somewhere down the line?

2) Could someone explain why url="Default.aspx"
is included in this path: <siteMapNode title="Hardware"
url="Default.aspx?node=hardware"> ?

I'm trying to get my head around all this!!

Many thanks in advance for any help you can provide.

Stephen



EXAMPLE I AM WORKING FROM
~~~~~~~~~~~~~~~~~~
<siteMap>
<siteMapNode title="Home">
<siteMapNode title="Products">
<siteMapNode title="Hardware" url="Default.aspx?node=hardware">
<siteMapNode title="Mouse" url="mouse.aspx?/">
<siteMapNode title="Keyboard"/>
<siteMapNode title="NetCard"/>
<siteMapNode title="Monitor"/>
<siteMapNode title="PC"/>
</siteMapNode>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,020
Latest member
GenesisGai

Latest Threads

Top