Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hi all

 

I have to include a sitemap in my project. I am however having problems understanding what I exactly put into the sitemap. So far I have added the sitemap item to my project. What I don't understand is what exactly do you put into the sitemap, i.e. is it simply identify the various links per page, and add them as sitemapnodes under the sitemapnode for the page. Or do I just add random items to the sitemap?

 

Mike55.

A Client refers to the person who incurs the development cost.

A Customer refers to the person that pays to use the product.

------

My software never has bugs. It just develops random features. (Mosabama vbforums.com)

  • Administrators
Posted

The sitemap is simply the logical structure of your site Rather than hard code links into every page (or rely on on server side code like response.redirect or server.transfer) to manage the navigation the sitemap defines this structure.

 

You would then use it alongside a sitemap datasource and either a menu or treeview control on your pages.

 

I would recomend you look at the 'Personal Web Site Starter Kit' that ships with VS as it includes a sitemap along with a menu as part of the masterpage that should give you an idea of how they work.

Posting Guidelines FAQ Post Formatting

 

Intellectuals solve problems; geniuses prevent them.

-- Albert Einstein

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...