2007年4月11日

Overview: Page Output and SQL Dependency Caching

摘要: There are a variety of caching mechanisms //缓存机制available in ASP.NET 2.0. Caching is straightforward //直接有效的,笔直的and very important for proper //适当的,正确的Web application performance//Web应用程序的性能. Every de... 阅读全文

posted @ 2007-04-11 15:01 改变热爱 阅读(225) 评论(0) 推荐(0)

Converting an Existing Web Page to Use the Master Page

摘要: You may already have existing Web pages that you want to convert to //转换use a Master Page. As you saw in the previous lesson, using a Master Page involves//包括 two main steps: registering the Master P... 阅读全文

posted @ 2007-04-11 14:41 改变热爱 阅读(211) 评论(0) 推荐(0)

Adding a Page that Uses The Master Page

摘要: You will now create a Web page that is based on //基于the Master Page you just added to your project. 1. In the Solution Explorer right-click the project and select Add New Item. In the Add New Item di... 阅读全文

posted @ 2007-04-11 14:21 改变热爱 阅读(191) 评论(0) 推荐(0)

Setting Up the Menu Control

摘要: You will need to add a Site Map file to your project, which serves as the data file for the SiteMapDataSource control//网站地图数据源控件 you added in the previous lesson. This file contains the hierarchy of t... 阅读全文

posted @ 2007-04-11 14:13 改变热爱 阅读(181) 评论(0) 推荐(0)

Creating A Master Page

摘要: In this section you will add a Master Page to your project, format it, and then add one of the new ASP.NET 2.0 navigational control's to it. 1. Add a Master Page to your project just as you would an... 阅读全文

posted @ 2007-04-11 11:30 改变热爱 阅读(190) 评论(0) 推荐(0)

Master Pages

摘要: Most Web sites share a common look and feel //统一的外观和感觉on almost every Web page. Typically//典型地 this is implemented via //经由separate files, such as for a header and footer. ASP.NET v1.x supported this ... 阅读全文

posted @ 2007-04-11 11:27 改变热爱 阅读(188) 评论(0) 推荐(0)

Adding Update Functionality//增加修改功能

摘要: You've seen how your GridView control lost some functionality //功能when using an object data source //对像型数据源that only provided a method for data retrieval//数据恢复. You will now see how to add methods to ... 阅读全文

posted @ 2007-04-11 11:08 改变热爱 阅读(211) 评论(0) 推荐(0)

导航