📄 chaxun.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="chaxun.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>
<script language="javascript" type="text/javascript">
</script>
</head>
<body style="background-image: url(image/1 (193).jpg)">
<form id="form1" runat="server">
<div style="background-image: url(image/1 (193).jpg)">
<asp:Label ID="Label1" runat="server" Font-Size="XX-Large" Height="50px" Style="z-index: 100;
left: 287px; position: absolute; top: 14px" Text="查询学生信息" Width="213px"></asp:Label>
<asp:GridView ID="GridView1" runat="server" CellPadding="4" ForeColor="#333333" GridLines="None"
Style="z-index: 111; left: 291px; position: absolute; top: 156px" Width="283px" Height="140px">
<FooterStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
<RowStyle BackColor="#EFF3FB" />
<EditRowStyle BackColor="#2461BF" />
<SelectedRowStyle BackColor="#D1DDF1" Font-Bold="True" ForeColor="#333333" />
<PagerStyle BackColor="#2461BF" ForeColor="White" HorizontalAlign="Center" />
<HeaderStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
<AlternatingRowStyle BackColor="White" />
</asp:GridView>
<hr style="z-index: 113; left: 20px; position: absolute; top: 73px" />
<table style="z-index: 114; left: 16px; width: 682px; position: absolute; top: 89px">
<tr>
<td style="width: 150px; height: 31px">
<asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl="~/main.aspx" style="left: 46px; position: absolute; top: 10px">首页</asp:HyperLink>
</td>
<td style="width: 150px; height: 31px">
<asp:HyperLink ID="HyperLink2" runat="server" NavigateUrl="~/luru.aspx" style="z-index: 112; left: 150px; position: absolute; top: 10px" Width="113px">录入学生信息</asp:HyperLink>
</td>
<td style="width: 150px; height: 31px">
<asp:HyperLink ID="HyperLink3" runat="server" NavigateUrl="~/chaxun.aspx" style="z-index: 113; left: 289px; position: absolute; top: 10px" Width="107px">查询学生信息</asp:HyperLink>
</td>
<td style="width: 150px; height: 31px">
<asp:HyperLink ID="HyperLink4" runat="server" NavigateUrl="~/xiugai.aspx" style="z-index: 114; left: 556px; position: absolute; top: 9px" Width="115px">修改学生信息</asp:HyperLink>
</td>
<td style="width: 150px; height: 31px">
<asp:HyperLink ID="HyperLink5" runat="server" NavigateUrl="~/shanchu.aspx" style="z-index: 115; left: 425px; position: absolute; top: 10px" Width="102px">删除学生信息</asp:HyperLink>
</td>
</tr>
</table>
<asp:TextBox ID="TextBox1" runat="server" Style="z-index: 101; left: 127px; position: absolute;
top: 155px"></asp:TextBox>
<asp:CheckBox ID="CheckBox1" runat="server" Style="z-index: 102; left: 26px; position: absolute;
top: 154px" Text="系别:" Width="75px" />
<asp:CheckBox ID="CheckBox2" runat="server" Height="19px" Style="z-index: 103; left: 22px;
position: absolute; top: 198px" Text="性别:" Width="75px" />
<asp:RadioButtonList ID="RadioButtonList1" runat="server" Height="1px" RepeatDirection="Horizontal"
Style="z-index: 104; left: 127px; position: absolute; top: 194px" Width="150px">
<asp:ListItem>男</asp:ListItem>
<asp:ListItem>女</asp:ListItem>
</asp:RadioButtonList>
<asp:CheckBox ID="CheckBox3" runat="server"
Style="z-index: 105; left: 21px; position: absolute; top: 240px" Text="姓名:"
Width="75px" />
<asp:CheckBox ID="CheckBox4" runat="server" Style="z-index: 106; left: 21px; position: absolute;
top: 284px" Text="班级:" Width="75px" />
<asp:TextBox ID="TextBox2" runat="server" Style="z-index: 107; left: 126px; position: absolute;
top: 240px"></asp:TextBox>
<asp:TextBox ID="TextBox3" runat="server" Style="z-index: 108; left: 126px; position: absolute;
top: 285px"></asp:TextBox>
<asp:Button ID="Button1" runat="server" Style="z-index: 109; left: 189px; position: absolute;
top: 336px" Text="返回" />
<asp:Button ID="Button2" runat="server" OnClick="Button2_Click" Style="z-index: 110;
left: 78px; position: absolute; top: 334px" Text="确定" />
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -