SiteMap Example with Inline ASPX?

  • Thread starter Thread starter lucius
  • Start date Start date
L

lucius

I have a .NET 2.0 web site that is made up of .aspx pages that are
done in the Clasic-ASP-looking "inline method".

I need to add a SiteMap Control to the pages in the site, and need to
see an example of how to do so, since there is no codebehind or
compiled thing to use.

Thanks.
 
With a web.sitemap file?

Drag a sitemappath on the page.
Drag a SiteMapDataSource on the page.
Configure the SiteMapPath to point to the SiteMapDataSource

chaching!

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com
Co-author: Microsoft Expression Web Bible (upcoming)

************************************************
Think outside the box!
************************************************
 
Hi Lucius,

I'm not sure what do you mean "no codebehind", do you mean doing this all
with declarative code but no C# or VB.NET code? Then as David pointed out,
the example on ASP.NET 2.0 Getting Started should help you on this.

Please let me know if we've misunderstood anything.


Regards,
Walter Wang ([email protected], remove 'online.')
Microsoft Online Community Support

==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.
 

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

Back
Top