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

📄 returnbook.aspx

📁 课程设计专用的图书管理系统。绝对原创!希望对大家有所帮助
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="returnbook.aspx.cs" Inherits="returnbook" %>

<!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>
</head>
<body>
    <form id="form1" runat="server">
    <div>
        <table id="Table1" runat="server" align="center" bgcolor="#f1f0f4" border="0" style="font-size: 12px;
            width: 446px; font-family: Tahoma; border-collapse: collapse; height: 268px">
            <tr height="50">
                <td align="center" colspan="2">
                    <span style="font-family: 楷体_GB2312">
                        <asp:HyperLink ID="HyperLink2" runat="server" NavigateUrl="~/returnbook.aspx" Style="color: red;
                            font-style: normal; font-family: 宋体; text-decoration: underline">还书登记</asp:HyperLink>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                        <asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl="~/borrowbook.aspx" Style="color: red;
                            font-style: normal; font-family: 宋体; position: static; text-decoration: underline">借书登记</asp:HyperLink></span></td>
            </tr>
            <tr style="color: #000000; font-family: Tahoma; text-decoration: underline">
                <td align="center" colspan="2">
                    <h1>
                        <font face="楷体_GB2312"><b>图 书 归 还 登 记</b></font></h1>
                    <hr width="90%" />
                </td>
            </tr>
            <tr>
                <td align="right" style="width: 100px">
                    读者编号:
                </td>
                <td>
                    &nbsp;<asp:TextBox ID="ReaderID2" runat="server" Width="190px"></asp:TextBox>
                    <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="ReaderID2"
                        ErrorMessage="读者编号不能为空"></asp:RequiredFieldValidator></td>
            </tr>
            <tr>
                <td align="center" colspan="2" style="position: relative; height: 45px">
                    <table id="Table2" runat="server" align="center" bgcolor="#f1f0f4" border="0" style="font-size: 12px;
                        font-family: Tahoma; border-collapse: collapse" width="400">
                        <tr>
                            <td align="right" style="width: 78px; position: relative; height: 23px">
                                图书编号:
                            </td>
                            <td style="height: 23px">
                                <asp:TextBox ID="BookID2" runat="server" Style="left: -7px; position: relative;
                                    top: 0px" Width="187px"></asp:TextBox>
                                <asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="BookID2"
                                    ErrorMessage="图书编号不能为空"></asp:RequiredFieldValidator></td>
                        </tr>
                    </table>
                    </td>
            </tr>
            <tr height="40">
                <td align="center" colspan="2">
                    <asp:Label ID="lblmessage" runat="server" Width="61px"></asp:Label>&nbsp;
                    <hr width="90%" />
                    <asp:Button ID="Button1" runat="server" Height="29px" Text="还 书" Width="74px" OnClick="Button1_Click" /></td>
            </tr>
        </table>
    
    </div>
        <asp:HyperLink ID="HyperLink3" runat="server" Style="left: 689px; color: #0066cc;
            position: relative; top: -271px" NavigateUrl="~/main.aspx">返回主页</asp:HyperLink>
    </form>
</body>
</html>

⌨️ 快捷键说明

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