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

📄 用户表浏览.aspx

📁 学生成绩智能管理系统源码 该网站为毕业设计源码
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="用户表浏览.aspx.cs" Inherits="用户表浏览" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>用户表浏览</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><style type="text/css">
<!--
body {
	background-image: url(t1.jpg);
	background-repeat: no-repeat;
}
-->
</style></head>
<body>
    <form id="form1" runat="server">
      <table width="607" border="0" align="center">
        <tr>
          <td><img src="标题副本.png" width="699" height="68" /></td>
        </tr>
      </table>
      <hr />
      <table height="665" align="center" style="width: 575px; height: 373px">
            <tr>
                <td width="872" style="width: 100px; height: 88px;">                                                <asp:GridView ID="GridView1" runat="server" AllowPaging="True" BackColor="#00C000"
                        BorderColor="AntiqueWhite" Height="30px" Width="299px" PageSize="5" OnSelectedIndexChanged="GridView1_SelectedIndexChanged"> 
                    <HeaderStyle Height="20px" />
                    <AlternatingRowStyle Height="20px" BackColor="Cyan" />
                    <RowStyle BackColor="#00C0C0" />
                </asp:GridView>                                                </td>
            </tr>
            <tr>
              <td style="width: 100px; height: 93px;"></td>
            </tr>
            <tr>
              <td style="width: 100px; height: 43px;"><asp:Label ID="Label1" runat="server" Text="Label"></asp:Label></td>
            </tr>
      </table>
    </form>
</body>
</html>

⌨️ 快捷键说明

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