zhuce.aspx

来自「学籍管理系统能够完成对学生信息的填加,删除,修改等功能.」· ASPX 代码 · 共 71 行

ASPX
71
字号
<%@ Page Language="C#" AutoEventWireup="true"  CodeFile="zhuce.aspx.cs" Inherits="_Default" %>

<!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>main</title>
    


</head>
<body style="background-position: left top; background-image: url(image/1 (193).jpg); background-repeat: no-repeat">
<div align="center" class="style1"><h1>用户注册 </h1>  
    </div>    
    <form id="form1" runat="server">
        &nbsp;
        <hr style="left: 18px; width: 717px; position: relative; top: -20px; height: 1px; z-index: 103;" id="HR1" />
      
        <table border="1"style="z-index: 104; left: 181px; width: 400px; border-top-style: solid; border-right-style: solid;
            border-left-style: solid; position: absolute; top: 112px; height: 134px; border-bottom-style: solid">
            <tr>
                <td style="width: 250px; height: 40px">
                    <asp:Label ID="Label1" runat="server" Style="z-index: 100; left: 23px; position: absolute;
                        top: 15px" Text="用户名:" Width="75px"></asp:Label>
                    <asp:TextBox ID="TextBox5" runat="server" Style="z-index: 102; left: 123px; position: absolute;
                        top: 14px"></asp:TextBox>
                </td>
            </tr>
            <tr>
                <td style="width: 250px; height: 40px">
                    <asp:Label ID="Label7" runat="server" Style="z-index: 100; left: 23px; position: absolute;
                        top: 57px" Text="密码:" Width="75px"></asp:Label>
                    <asp:TextBox ID="TextBox6" runat="server" Style="z-index: 102; left: 123px; position: absolute;
                        top: 57px"></asp:TextBox>
                </td>
            </tr>
            <tr>
                <td style="width: 250px; height: 40px">
                    <asp:Label ID="Label8" runat="server" Style="z-index: 100; left: 23px; position: absolute;
                        top: 101px" Text="确认密码:" Width="75px"></asp:Label>
                    <asp:TextBox ID="TextBox7" runat="server" Style="z-index: 102; left: 122px; position: absolute;
                        top: 101px"></asp:TextBox>
                </td>
            </tr>
            <tr>
                <td style="width: 250px; height: 41px">
                </td>
            </tr>
            <tr>
                <td style="width: 250px; height: 40px">
                </td>
            </tr>
            <tr>
                <td style="width: 250px; height: 40px">
                </td>
            </tr>
        </table>
        <asp:Button ID="Button1" runat="server" Height="31px" Style="z-index: 100; left: 249px;
            position: absolute; top: 416px" Text="提交" Width="60px" />
        <asp:Button ID="Button2" runat="server" Height="30px" Style="z-index: 101; left: 417px;
            position: absolute; top: 418px" Text="取消" Width="60px" />
        <asp:Label ID="Label2" runat="server" Height="40px" Style="z-index: 105; left: 211px;
            position: absolute; top: 468px" Text="Label" Width="315px"></asp:Label>
 

       
        
    </form>
</body>
</html>

⌨️ 快捷键说明

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