上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 18 下一页

2007年5月9日

Personalizing Using Web Parts->Editing Web Part Properties

摘要: key feature of Web Parts is the ability of end users to modify (or personalize) Web pages according to their preferences, and save their personalized settings for future browser sessions. One aspect o... 阅读全文

posted @ 2007-05-09 16:38 改变热爱 阅读(256) 评论(0) 推荐(0)

Personalizing Using Web Parts->Creating Custom Web Parts

摘要: Since any ASP.NET server control can be used as a web part, you can write custom web parts using ASP.NET user controls or custom server controls. This example shows a user control web part that accept... 阅读全文

posted @ 2007-05-09 16:35 改变热爱 阅读(193) 评论(0) 推荐(0)

Personalizing Using Web Parts->Introducing Web Part Controls

摘要: Introducing Web Part Controls The Web Part Control Set includes the following controls: Web Parts are ASP.NET server controls that can be used and personalized with the Web Part Control Set. Any ... 阅读全文

posted @ 2007-05-09 16:34 改变热爱 阅读(216) 评论(0) 推荐(0)

Personalizing Using Web Parts

摘要: What's New in 2.0 Web Part Controls - Web parts are an exciting new family of controls that enable you to add rich, personalized content and layout to your site, and well as the ability to edit ... 阅读全文

posted @ 2007-05-09 16:28 改变热爱 阅读(169) 评论(0) 推荐(0)

Securing Your Application->Using the Membership and Role Manager APIs

摘要: Membership The Membership feature is built around two central classes: Membership and MembershipUser. The Membership class provides methods for creating users (represented by the MembershipUser class)... 阅读全文

posted @ 2007-05-09 16:25 改变热爱 阅读(279) 评论(0) 推荐(0)

Securing Your Application->Using the Login Controls

摘要: The following examples demonstrate how to use the login controls in an application. Creating and Logging In a User In this example we see a home page of a website which includes a LoginStatus control ... 阅读全文

posted @ 2007-05-09 16:24 改变热爱 阅读(272) 评论(0) 推荐(0)

Securing Your Application->Authentication and Authorization

摘要: ASP.NET works in conjunction with IIS to support authentication, using Basic, Digest, and Windows authentication. ASP.NET supports the Microsoft Passport authentication service, which provides single ... 阅读全文

posted @ 2007-05-09 16:23 改变热爱 阅读(258) 评论(0) 推荐(0)

Securing Your Application

摘要: Securing Your Application What's New in 2.0 Membership and Role Manager Providers - ASP.NET 2.0 now includes built-in support for membership (user name/password credential storage) and role mana... 阅读全文

posted @ 2007-05-09 16:22 改变热爱 阅读(181) 评论(0) 推荐(0)

Creating a Site Navigation Hierarchy->URL Mapping

摘要: The URL mapping feature uses configuration information stored in web.config to remap incoming requests to a different URL. The remapping occurs prior to any other processing for the inbound request. A... 阅读全文

posted @ 2007-05-09 16:20 改变热爱 阅读(293) 评论(0) 推荐(0)

Creating a Site Navigation Hierarchy->Using the Site Navigation API

摘要: The Site Navigation API is a programming abstraction for navigation data that accesses navigation data using configurable providers. A site navigation provider separates the data storage details of na... 阅读全文

posted @ 2007-05-09 16:19 改变热爱 阅读(246) 评论(0) 推荐(0)

Creating a Site Navigation Hierarchy->Using Site Navigation Controls

摘要: The Menu, TreeView, SiteMapPath and SiteMapDataSource controls generate navigation UI based on navigation data. This data can be stored in XML files, or it can be stored using the provider-based stora... 阅读全文

posted @ 2007-05-09 16:18 改变热爱 阅读(229) 评论(0) 推荐(0)

Creating a Site Navigation Hierarchy

摘要: What's New in 2.0 Site Navigation Provider - The site navigation provider in ASP.NET 2.0 exposes navigation information to pages in your application, allowing you to define the structure of your... 阅读全文

posted @ 2007-05-09 16:16 改变热爱 阅读(206) 评论(0) 推荐(0)

Creating a Layout Using Master Pages

摘要: What's New in 2.0 Master Pages - The Master Pages feature provides the ability to define common structure and interface elements for your site, such as a page header, footer, or navigation bar, ... 阅读全文

posted @ 2007-05-09 16:14 改变热爱 阅读(267) 评论(0) 推荐(0)

Applying Styles, Themes, and Skins ->Themes and Profiles

摘要: You may want the end-users of your application to be able to choose and apply Themes dynamically. By storing the active Theme in a User Profile, you can dynamically apply a theme based on user prefere... 阅读全文

posted @ 2007-05-09 16:13 改变热爱 阅读(210) 评论(0) 推荐(0)

Applying Styles, Themes, and Skins ->Contents of a Theme and Skin

摘要: As demonstrated in preceding sections, a Skin file contains control definitions with property values to apply to controls of the same type in the application. This section discusses additional details... 阅读全文

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

上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 18 下一页

导航