随笔分类 -  Visual Web Developer 2005 Express Edtion

Visual Web Developer 2005 Express Edtion Guide Tour
Adding Catalog Zones
摘要:A CatalogZone control allows users to select from a list of available Web Parts and add them to WebPartZone controls. In this lesson you will learn how to add CatalogZone and PageCatalogPart controls ... 阅读全文

posted @ 2007-04-13 10:57 改变热爱 阅读(230) 评论(0) 推荐(0)

Adding Editor Zones
摘要:You can modify Web Part properties at runtime by using a combination//结合 of EditorZone and EditorPart controls. Editable items include the title, size and location. In keeping with//与...相一致 the Web P... 阅读全文

posted @ 2007-04-13 10:56 改变热爱 阅读(216) 评论(0) 推荐(0)

Adding Controls to Web Zones
摘要:You will now add controls to the Web zones that you placed in the previous lesson. You will then run //运行the page to see how all of these Web Part controls work together. 1. From the Toolbox drag a C... 阅读全文

posted @ 2007-04-13 10:55 改变热爱 阅读(234) 评论(0) 推荐(0)

Preparing to Add Web Parts
摘要:Web portal//入口,大门 technology//入门技术 has introduced us to the concept //概念of writing very small Web applications that can be managed by a separate //独立的portal//入门 application. In the past, portal//入口 ma... 阅读全文

posted @ 2007-04-13 10:46 改变热爱 阅读(200) 评论(0) 推荐(0)

Running Your Secure Site
摘要:You will now run the site to verify //确认that the security you configured in the previous lesson is working as expected. 1. In the Solution Explorer, select Login.aspx. Press F5 to run the application... 阅读全文

posted @ 2007-04-13 10:28 改变热爱 阅读(189) 评论(0) 推荐(0)

Using the Web Site Administration Tool
摘要:VWD ships with //带有a new tool for managing many aspects //方面of your Web application: the ASP.NET Web Site Administration Tool (hereafter//将来简写作, WSAT). To use the full (i.e.//也就是, non-Express//非简装版) ... 阅读全文

posted @ 2007-04-13 09:06 改变热爱 阅读(344) 评论(0) 推荐(0)

Setting Up the Login User Interface
摘要:VWD ships with //带有several Login controls that encapsulate //内嵌authentication and identification security functionality//验证和身份安全功能. In this lesson you will set up //建立,设置Web pages with several of thes... 阅读全文

posted @ 2007-04-12 15:14 改变热爱 阅读(310) 评论(1) 推荐(0)

Authentication and Authorization
摘要:Properly securing your Web sites has always been challenging//复发化. ASP.NET 1.x made significant improvements//重大改进 upon earlier technologies by encapsulating the security model //嵌入安全机制into the Framew... 阅读全文

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

SQL Express Dependency Caching
摘要:SQL Express dependency caching is easier to set up because SQL Express natively //天生地supports change notifications//通知. You do not need to run special command line utilities//命令行工具 to prepare the data... 阅读全文

posted @ 2007-04-12 09:36 改变热爱 阅读(209) 评论(0) 推荐(0)

Implementing SQL Server 7/2000 Dependency Caching
摘要:You are now going to configure//配置 your Web application to use SQL Server 7/2000 dependency caching and then add a page that takes advantage of//利用 it. The ASP.NET 2.0 web.config schema //图解,计划,模式has ... 阅读全文

posted @ 2007-04-12 09:35 改变热爱 阅读(240) 评论(0) 推荐(0)

Setting Up SQL Server 7/2000 Dependency Caching
摘要:SQL Server 7/2000 dependency caching requires you to run some setup scripts //安装脚本that build the cache tables ASP.NET will monitor for //监测changes. For this purpose the .NET Framework 2.0 provides a u... 阅读全文

posted @ 2007-04-12 09:34 改变热爱 阅读(184) 评论(0) 推荐(0)

Page Output Caching
摘要:You will now add a new page to your project that supports Page Output Caching. 1. Add a new Web Form to your project, naming it "PageOutputCaching.aspx". In the Add New Item dialog make sure to chec... 阅读全文

posted @ 2007-04-12 09:12 改变热爱 阅读(252) 评论(0) 推荐(0)

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)

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 改变热爱 阅读(192) 评论(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 改变热爱 阅读(182) 评论(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 改变热爱 阅读(213) 评论(0) 推荐(0)

Consuming the Object Data Source--Binding the Object Data Source to the GridView
摘要:In this lesson you will change the GridView control's data source//数据源 from a SqlDataSource control//SQL数据源控件to an ObjectDataSource control//对像数据源控件. You will see how the current functionality //函数性,官... 阅读全文

posted @ 2007-04-10 17:14 改变热爱 阅读(179) 评论(0) 推荐(0)

Configuring the Object Data Source
摘要:You will now add an ObjectDataSource control //数据源对像控件to your project and configure it to use the data access class //数据访问对像you just created. 1. Click the Authors.aspx tab //制表符,统计表and ensure that y... 阅读全文

posted @ 2007-04-10 15:29 改变热爱 阅读(309) 评论(0) 推荐(0)

导航