人生是一场不能存盘的RPG,我只能尽量多搞几个Screenshot

May 31, 2006

webcast_How do I Video Series_Master Pages and Site Navigation

Filed under: ASP.NET

How do I? Video Series : Master Pages and Site Navigation (hilo_masterpages-nav_FINAL.wmv)
http://asp.net/default.aspx?tabindex=4&tabid=3000
http://asp.net/learn/howdoi/default.aspx?tabid=63

1.Table的使用

2.使用TreeView, data source 设为Site Map, Site Maps会引用当前目录下的web.sitemap文件.

3.SiteMapPath,同TreeView.

4.Cool! 使用 File->Export Template 可以把当前project中的设置导出一个模板.下次再create web site时可以使用之.

5.对无权用户隐藏菜单

<system.web>
<siteMap defaultProvider=”defatult”>
<provider>
<clear/>
<add name=”default” type=”System.Web.XmlSiteMapProvider” SitMapFile=”web.sitemap” securityTrimmingEnable=”true” >
</provider>
</siteMap>
</system.web>

Comments »

The URI to TrackBack this entry is: http://recordsome.blogsome.com/2006/05/31/webcast_how-do-i-video-series_master-pages-and-site-navigation/trackback/

No comments yet.

RSS feed for comments on this post.

Leave a comment

Line and paragraph breaks automatic, e-mail address never displayed, HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>



Anti-spam measure: please retype the above text into the box provided.






















Get free blog up and running in minutes with Blogsome
Theme designed by Hadley Wickham