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

📄 returnbookquery.aspx

📁 管理系统源码 很好的用于参考很好对开发毕业设计很有帮助
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="ReturnBookQuery.aspx.cs" Inherits="Pages_ReturnBookQuery" %>

<!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="../CSS/WsmStyle.css" type="text/css" rel="Stylesheet" />
     
</head>
<body>
    <form id="form1" runat="server">
    <div>
            <br />
            <table cellspacing="0" cellpadding="0" width="100%" border="0">
                <tr>
                    <td height="25" width="30%" align="right">
                        查询内容:
                    </td>
                    <td height="25" width="*" align="left">
                        <asp:TextBox ID="txtQueryContent" runat="server" Width="150px"></asp:TextBox>
                    </td>
                </tr>
                <tr>
                    <td height="25" width="30%" align="right">
                        查询范围:
                    </td>
                    <td height="25" width="*" align="left">
                        <asp:DropDownList ID="ddlBook" runat="server" Width="155px">
                            <asp:ListItem Value="BookName">图书名称</asp:ListItem>
                            <asp:ListItem Value="ReturnPeople">归还人</asp:ListItem>
                        </asp:DropDownList>
                        <asp:CheckBox ID="CheckBox1" runat="server" Checked="True" Text="模糊查询" /></td>
                </tr>
                <tr>
                    <td height="25" width="*" align="center" colspan="2">
                        <br />
                        <asp:ImageButton ID="btnQuery" runat="server" AlternateText="查 询" ImageUrl="~/images/btn_Query.jpg" OnClick="btnQuery_Click" />&nbsp;
                        &nbsp;<asp:ImageButton ID="btnCancel" runat="server" OnClick="btnCancel_Click" AlternateText="取 消" ImageUrl="~/images/btn_Cancel.jpg" /></td>
                </tr>
            </table>
        </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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