⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.htm

📁 用vs2005编网页的入门实例
💻 HTM
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
    <title>Membership Readme</title>
    <LINK rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
    <h1>Membership</h1>

    <p>This sample Web site shows how to use the new membership controls in ASP.NET 2.0, which are: Login,
    LoginStatus, LoginName, LoginView, CreateUserWizard, ChangePassword, and PasswordRecovery.</p>
    
    <p>The sample is set up with Forms authentication to restrict access to the pages found in the
    Members directory; therefore, to get access to the members-only pages, you must create a new
    user and then login with that user account. Once logged in, other options are made available
    to you, such as viewing the secure page and changing your password.</p>
    
    <p>This sample requires the following to be installed:</p>
		<ul>
            <li>Microsoft Visual Studio 2005</li>
            <li>SQL Server 2005 Express Edition</li>
        </ul>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -