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

📄 bookmanage.aspx

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

<!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 style="background-image: url(Image/主界面done.jpg)">
    <form id="form1" runat="server">
    <div>
        &nbsp;</div>
        <br />
        <br />
        <br />
        <div style="text-align: center">
            <table style="left: 57px; width: 518px; position: relative; top: 75px">
                <tr>
                    <td style="width: 83px; height: 36px">
                        图书编号</td>
                    <td style="width: 113px; height: 36px">
                    <asp:TextBox ID="booknumtxt" runat="server" Width="147px"></asp:TextBox></td>
                    <td style="width: 71px; height: 36px">
                    </td>
                    <td style="width: 115px; height: 36px">
                        <asp:Button ID="Button1" runat="server" OnClick="Button1_Click1" Text="查询是否存在该编号"
                            Width="149px" /></td>
                </tr>
                <tr>
                    <td style="width: 83px; height: 32px">
                    书 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 名</td>
                    <td style="width: 113px; height: 32px">
                    <asp:TextBox ID="booknametxt" runat="server"></asp:TextBox></td>
                    <td style="width: 71px; height: 32px">
                        出版社</td>
                    <td style="width: 115px; height: 32px">
                    <asp:TextBox ID="presstxt" runat="server"></asp:TextBox></td>
                </tr>
                <tr>
                    <td style="width: 83px; height: 31px">
                    作 &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; 者</td>
                    <td style="width: 113px; height: 31px">
                    <asp:TextBox ID="writertxt" runat="server"></asp:TextBox></td>
                    <td style="width: 71px; height: 31px">
                        出版时间</td>
                    <td style="width: 115px; height: 31px">
                    <asp:TextBox ID="presstimetxt" runat="server"></asp:TextBox></td>
                </tr>
                <tr>
                    <td style="width: 83px; height: 35px">
                    定 &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; 价</td>
                    <td style="width: 113px; height: 35px">
                    <asp:TextBox ID="pricetxt" runat="server"></asp:TextBox></td>
                    <td style="width: 71px; height: 35px">
                        存放地</td>
                    <td style="width: 115px; height: 35px">
                        <asp:TextBox ID="placetxt" runat="server" Style="left: -50px;
                        top: -230px" Width="150px"></asp:TextBox></td>
                </tr>
                <tr>
                    <td style="width: 83px; height: 35px">
                    类 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;别</td>
                    <td style="width: 113px; height: 35px">
                    <asp:TextBox ID="typetxt" runat="server" Style="left: -57px; top: -163px" Width="146px"></asp:TextBox></td>
                    <td style="width: 71px; height: 35px">
                    </td>
                    <td style="width: 115px; height: 35px">
                        <asp:Label ID="lblmessage" runat="server"></asp:Label>
                        <asp:HyperLink ID="HyperLink1" runat="server" BorderColor="#00C000" Style="left: -632px;
                            color: #3366cc; position: relative; top: -157px" NavigateUrl="~/main.aspx">返回首页</asp:HyperLink></td>
                </tr>
            </table>
        </div>
        <br />
        <div style="text-align: center">
            &nbsp;</div>
        <asp:Button ID="update" runat="server" Height="30px" Style="left: 475px; position: relative;
            top: 88px" Text="修  改" Width="88px" OnClick="update_Click" /><br />

        <asp:Button ID="delete" runat="server" Height="28px" Style="left: 616px; position: relative;
            top: 60px" Text="删  除" Width="88px" OnClick="delete_Click" />
                    <br />
        <br />
        <asp:Button ID="insert" runat="server" Height="28px" OnClick="insert_Click1" Style="left: 333px;
            position: relative; top: 12px" Text="录 入" Width="77px" />
    </form>
</body>
</html>

⌨️ 快捷键说明

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