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

📄 spclass_list.aspx

📁 一个简单的聊天代码
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Spclass_List.aspx.cs" Inherits="admin_Spclass_List" %>

<!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>
     <link href="../images/StyleSheet2.css" rel="stylesheet" type="text/css" />
    
</head>
<body>
    <form id="form1" runat="server">
    <div align="center">
      <asp:GridView ID="GridView1"  OnPageIndexChanging="GridView1_PageIndexChanging" 
        runat="server"  AllowPaging="True" PageSize="8" Width="600px" AutoGenerateColumns="False" HorizontalAlign="Center" >
            <Columns>
                <asp:HyperLinkField DataNavigateUrlFields="id" DataNavigateUrlFormatString="Spclass_change_list.aspx?id={0}" HeaderText="修改" Text="修改" />
                <asp:BoundField DataField="id" HeaderText="序号" />
                <asp:BoundField DataField="name" HeaderText="类别" />
                <asp:HyperLinkField DataNavigateUrlFields="id" DataNavigateUrlFormatString="Spclass_List.aspx?id={0}"
                    HeaderText="删除" Text="删除" />
            </Columns>
          <FooterStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
          <RowStyle BackColor="#EFF3FB" />
          <SelectedRowStyle BackColor="#D1DDF1" Font-Bold="True" ForeColor="#333333" />
          <PagerStyle BackColor="#2461BF" ForeColor="White" HorizontalAlign="Center" />
          <HeaderStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
          <AlternatingRowStyle BackColor="White" />
          <EditRowStyle BackColor="#2461BF" />
        </asp:GridView>
        &nbsp;
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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