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

📄 shanchu.aspx

📁 学籍管理系统能够完成对学生信息的填加,删除,修改等功能.
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="shanchu.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>无标题页</title>
</head>
<body style="background-image: url(image/1 (193).jpg)">
<div ><h1>
   
    <asp:Label ID="Label4" runat="server" Style="z-index: 100; left: 233px; position: absolute;
        top: 18px" Text="删除学生信息"></asp:Label>
</h1>  
    </div>
    <form id="form1" runat="server">
    <div >
        <table style="z-index: 102; left: 123px; width: 434px; position: absolute; top: 123px">
            <tr>
                <td colspan="4" style="height: 60px">
                    <asp:Label ID="Label1" runat="server" Height="36px" Style="z-index: 100; left: 112px;
                        position: absolute; top: 18px" Text="Label" Width="211px"></asp:Label>
                </td>
            </tr>
            <tr>
                <td colspan="1" style="width: 925px; height: 77px">
                </td>
                <td colspan="3" style="width: 497px; height: 77px">
                    <asp:TextBox ID="TextBox1" runat="server"  Style="z-index: 100;
                        left: 140px; position: absolute; top: 77px"  Width="116px"></asp:TextBox>
                    <asp:Label ID="Label2" runat="server" Style="z-index: 101; left: 9px; position: absolute;
                        top: 80px" Width="116px">要删除人的学号:</asp:Label>
                    <asp:Label ID="Label3" runat="server" Style="z-index: 102; left: 12px; position: absolute;
                        top: 117px" Text="要删除人的姓名:" Width="116px"></asp:Label>
                    <asp:TextBox ID="TextBox2" runat="server" Style="z-index: 103; left: 141px; position: absolute;
                        top: 114px" Width="114px"></asp:TextBox>
                    <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ErrorMessage="RequiredFieldValidator"
                        Style="z-index: 104; left: 287px; position: absolute; top: 80px" Height="17px" Width="132px" ControlToValidate="TextBox1">学号不能为空</asp:RequiredFieldValidator>
                    <asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ErrorMessage="RequiredFieldValidator"
                        Style="z-index: 106; left: 287px; position: absolute; top: 111px" Width="131px" ControlToValidate="TextBox2">姓名不能为空</asp:RequiredFieldValidator>
                </td>
            </tr>
            <tr>
                <td colspan="4" style="height: 59px">
                    <asp:ImageButton ID="ImageButton1" runat="server" Height="34px" ImageUrl="~/image/dele1.jpg"
                        OnClick="ImageButton1_Click" Style="z-index: 102; left: 73px; position: absolute;
                        top: 162px" Width="66px" />
                    <asp:ImageButton ID="ImageButton2" runat="server" Height="30px" ImageUrl="~/image/return.gif"
                         Style="z-index: 101; left: 290px; position: absolute;
                        top: 159px" Width="60px" />
                </td>
            </tr>
        </table>

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

⌨️ 快捷键说明

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