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

📄 modsingle.aspx

📁 这个是图书管理网站源码,大家可以参照,请大家多多关照
💻 ASPX
字号:
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="ModSingle.aspx.cs" Inherits="ModSingle" Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder3" Runat="Server">
    <strong><em><span style="font-family: Arial"><span style="color: #99ff66">
        <br />
        <br />
        <br />
        Welcome to our Library Website!<br />
    </span><span style="color: #99ff66">Enjoy Youself~</span></span></em></strong>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
    <table style="width: 562px; height: 161px">
        <tr>
            <td colspan="2" rowspan="3" style="width: 341px; height: 181px">
                <asp:Label ID="Label1" runat="server" BackColor="#FFCC33" BorderColor="White" Font-Bold="True"
                    Font-Italic="True" Font-Size="X-Large" ForeColor="#804030" Height="5px" Text=" 个  人  信  息  管  理"
                    Width="273px"></asp:Label><br />
                &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<br />
                &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                <br />
                <asp:HyperLink ID="HyperLink2" runat="server" ForeColor="DarkOrange" NavigateUrl="~/Inborr.aspx">历史借阅信息</asp:HyperLink>
                &nbsp;&nbsp;<br />
                <br />
                &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<asp:HyperLink ID="HyperLink3" runat="server" ForeColor="DarkOrange" NavigateUrl="~/InfoSingle.aspx">查看个人信息</asp:HyperLink><br />
                <br />
                &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;
                <asp:HyperLink ID="HyperLink1" runat="server" ForeColor="DarkOrange">修改个人信息</asp:HyperLink>
            </td>
            <td rowspan="3" style="width: 469px; height: 181px">
                &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;
                <img src="picture/200692612345201.gif" style="width: 130px; height: 183px" /></td>
        </tr>
        <tr>
        </tr>
        <tr>
        </tr>
    </table>
</asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="ContentPlaceHolder2" Runat="Server">
    <table style="width: 475px; height: 157px">
        <tr>
            <td style="width: 50px">
                <asp:Label ID="Label2" runat="server" Font-Bold="True" ForeColor="#FFE0C0" Height="15px"
                    Text="出生日期" Width="68px"></asp:Label></td>
            <td style="width: 173px">
                <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox></td>
            <td>
                <asp:Label ID="Label3" runat="server" Font-Bold="True" ForeColor="#FFE0C0" Height="10px"
                    Text="读者性别" Width="70px"></asp:Label></td>
            <td>
                <asp:TextBox ID="TextBox2" runat="server"></asp:TextBox></td>
        </tr>
        <tr>
            <td style="width: 50px; height: 50px">
                <asp:Label ID="Label4" runat="server" Font-Bold="True" ForeColor="#FFE0C0" Text="办证日期"></asp:Label></td>
            <td style="width: 173px; height: 50px">
                <asp:TextBox ID="TextBox3" runat="server"></asp:TextBox></td>
            <td style="height: 50px">
                <asp:Label ID="Label5" runat="server" Font-Bold="True" ForeColor="#FFE0C0" Text="证件号码"></asp:Label></td>
            <td style="height: 50px">
                <asp:TextBox ID="TextBox4" runat="server"></asp:TextBox></td>
        </tr>
        <tr>
            <td style="width: 50px">
                <asp:Label ID="Label6" runat="server" Font-Bold="True" ForeColor="#FFE0C0" Text="联系电话"></asp:Label></td>
            <td style="width: 173px">
                <asp:TextBox ID="TextBox5" runat="server"></asp:TextBox></td>
            <td>
                <asp:Label ID="Label7" runat="server" Font-Bold="True" ForeColor="#FFE0C0" Text="电子邮件"></asp:Label></td>
            <td>
                <asp:TextBox ID="TextBox6" runat="server"></asp:TextBox></td>
        </tr>
    </table>
    <asp:Button ID="Button1" runat="server" BackColor="Black" ForeColor="#FFE0C0" Height="22px"
        OnClick="Button1_Click" Text="确认修改" Width="75px" />
    <asp:Label ID="Label8" runat="server" ForeColor="#FFE0C0" Height="9px" Width="71px"></asp:Label>
    <asp:LinkButton ID="LinkButton1" runat="server" ForeColor="#C0FFC0">返回</asp:LinkButton>
</asp:Content>

⌨️ 快捷键说明

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