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

📄 booktype.aspx

📁 一个简单的网上书店
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" MasterPageFile="~/HT.master" CodeFile="booktype.aspx.cs" Inherits="booktype" %>

<asp:Content ID="Content1" runat="server" ContentPlaceHolderID="ContentPlaceHolder2">
    <div style="z-index: 101; left: 21px; width: 803px; position: absolute; top: 0px;
        height: 597px">
        
        <table style="width:800px;">
            <tr class="category">
                <td align="center" valign="middle"><span style="color:Gray; font-size:12px;">图书分类:</span></td>
            </tr>
        <tr><td>
        <center>
            <table style="width:750px;">
            <tr class="category">
                <td style="width: 750px" align="left" valign="baseline" colspan="10" class="t_number"> 
                <span style=" color:Gray;">将选中书籍归入:
                    <asp:DropDownList ID="ddlstUsertype" runat="server" Width="142px" >
                        <asp:ListItem Value="admin">计算机</asp:ListItem>
                        <asp:ListItem Value="users">大学</asp:ListItem>
                    </asp:DropDownList></span><asp:Button ID="btnMonry" runat="server" Text="修 改" Height="20px" />
                    </td>
            </tr>
            <tr class="row">
                 <td   style="width: 100px; height: 16px;">
                 <asp:CheckBox ID="cboTitle" runat="server" Text="全选" />
                                        </td>
                                        <td style="width: 200px; height: 16px;">
                                            书名</td>
                                        <td style="width:200px; height: 16px;">
                                            作者</td>
                                        <td style="width: 200px; height: 16px;">
                                            类别</td>
                                        
            </tr>
            <tr>
                <td style="width: 750px"  class="category" colspan="10">
                <asp:GridView ID="gdvUserinfo" runat="server" Width="750px" AutoGenerateColumns="False">
                    </asp:GridView>
                </td>
            </tr>
            <tr>
                <td style="width: 750px; height: 20px;" align="right" valign="middle"  class="t_number" colspan="10">
                    <asp:ImageButton ID="btnFirst" runat="server" />
                    <asp:ImageButton ID="ImageButton2" runat="server" />
                    <asp:ImageButton ID="btnNext" runat="server" />
                    <asp:ImageButton ID="btnLast" runat="server" />
                    &nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; 跳转到第 &nbsp;
                    <asp:TextBox ID="lblPage" runat="server" Height="16px" Width="34px"></asp:TextBox>
                    &nbsp;页 &nbsp;
                    <asp:Button ID="btnpage" runat="server" Text="确定" Height="20px" />
                    </td>
            </tr>  
        </table>
        </center> </td></tr>
        </table>
    </div>
</asp:Content>


⌨️ 快捷键说明

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