Tuesday, March 13, 2012

SiteMap Example with Inline ASPX?

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.Check out:
http://quickstarts.asp.net/QuickSta... />
x#controls
David Wier
MVP/ASPInsider
http://aspnet101.com
http://iWritePro.com
"lucius" <lucius@.newsgroup.nospam> wrote in message
news:btnv93lfh5bi3c08sa2v4hjmu7ln8e7f2o@.
4ax.com...
> 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!
****************************************
********
"lucius" <lucius@.newsgroup.nospam> wrote in message
news:btnv93lfh5bi3c08sa2v4hjmu7ln8e7f2o@.
4ax.com...
> 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.
>
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 (wawang@.online.microsoft.com, 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.

0 comments:

Post a Comment