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

📄 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>Data Controls Readme</title>
    <LINK rel="stylesheet" type="text/css" href="styles.css">	
</head>
<body>
    <h1>Data Controls</h1>

    <p>This sample demonstrates the use of new data controls in ASP.NET 2.0: the GridView control
    and the DetailsView control.</p>
    
    <p>There are two examples in this sample. The first example shows you how to bind to a SqlDataSource control and add paging
    and sorting capabilities to your GridView control. The second example shows how to create a master/detail page 
    using both the GridView and DetailsView controls.</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>
            <li>AdventureWorks Database (<b>Note:</b> The connection string is set in the web.config
                file and uses the default installation path of C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data\AdventureWorks_Data.mdf.
                If you install the database to a different location you must change the web.config file setting). </li>
        </ul>
</body>
</html>

⌨️ 快捷键说明

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