📄 adminuserinfodetail.aspx
字号:
<asp:TextBox ID="txtuserid" runat="server" ReadOnly="True"></asp:TextBox>
<asp:Label ID="Label3" runat="server" Style="font-weight: normal; color: red" Text="不能修改"></asp:Label></div>
</td>
<td nowrap="nowrap" style="width: 86px; height: 23px">
<div align="right">
入学时间:</div>
</td>
<td align="left" nowrap="nowrap" style="height: 23px">
<asp:DropDownList ID="DropDownList3" runat="server">
</asp:DropDownList>
<asp:DropDownList ID="DropDownList5" runat="server">
</asp:DropDownList>
<asp:DropDownList ID="DropDownList6" runat="server">
</asp:DropDownList></td>
</tr>
<tr>
<td nowrap="nowrap" style="width: 79px; height: 24px">
<div align="right">
系别名称:</div>
</td>
<td nowrap="nowrap" style="width: 321px; height: 24px">
<div align="left">
<asp:Label ID="labxiname" runat="server" Style="font-weight: bold"></asp:Label>
<asp:DropDownList ID="ddlximing" runat="server">
</asp:DropDownList></div>
</td>
<td nowrap="nowrap" style="width: 86px; height: 24px">
<div align="right">
专业名称:</div>
</td>
<td nowrap="nowrap" style="height: 24px">
<div align="left">
<asp:Label ID="Labzhuanye" runat="server" Style="font-weight: bold"></asp:Label>
<asp:DropDownList ID="ddlzhuanye" runat="server">
</asp:DropDownList></div>
</td>
</tr>
<tr>
<td nowrap="nowrap" style="width: 79px; height: 17px">
<div align="right">
班级名称:</div>
</td>
<td nowrap="nowrap" style="width: 321px; height: 17px">
<div align="left">
<asp:TextBox ID="txtclassname" runat="server"></asp:TextBox><asp:RequiredFieldValidator
ID="RequiredFieldValidator4" runat="server" ControlToValidate="txtclassname"
ErrorMessage="所在班级名称必填"></asp:RequiredFieldValidator></div>
</td>
<td nowrap="nowrap" style="width: 86px; height: 17px">
<div align="right">
辅导老师姓名:</div>
</td>
<td nowrap="nowrap" style="height: 17px">
<div align="left">
<asp:TextBox ID="txtteacher" runat="server"></asp:TextBox><asp:RequiredFieldValidator
ID="RequiredFieldValidator5" runat="server" ControlToValidate="txtteacher" ErrorMessage="辅导老师姓名不能为空"></asp:RequiredFieldValidator></div>
</td>
</tr>
<tr>
<td align="center" colspan="4" nowrap="nowrap" style="height: 5px">
<asp:Label ID="Label2" runat="server" Style="font-weight: bold; font-size: 14px;
color: red"></asp:Label></td>
</tr>
<tr>
<td align="center" background="images/admin_bg_1.gif" colspan="4" nowrap="nowrap"
style="height: 27px">
<asp:Button ID="Button3" runat="server" OnClick="Button3_Click1"
Text="下一步" />
<asp:Button ID="Button4" runat="server" CausesValidation="False" OnClick="Button4_Click"
Text="重 置" /></td>
</tr>
</table>
</div>
</asp:Panel>
<asp:Panel ID="Panel2" runat="server" Height="50px" Width="582px" Visible="False">
<table border="0" align="center" cellpadding="0" cellspacing="1" class="tableBorder" style="width: 161%; background-color: white;">
<tr bordercolor="#000000" bgcolor="#000000"><th colspan=9 class="tableHeaderText" style="height: 25px; font-weight: bold; font-size: 14px; text-align: left;"> 寝室信息编辑</th></tr>
<tr bgcolor="#000000" bordercolor="#000000">
<td align="right" class="forumRow" style="width: 436px; height: 6px">
寝室楼:</td>
<td align="left" class="forumRow" style="height: 6px">
<asp:Label ID="Labhomeflood" runat="server" style="font-weight: bold"></asp:Label>
<asp:DropDownList ID="ddlhomeflood" runat="server">
</asp:DropDownList></td>
</tr>
<tr bordercolor="#000000" bgcolor="#000000" style="color: #000000"><td align=right class="forumRow" style="width: 436px; height: 11px;">
寝室类别:</td><td class="forumRow" style="height: 11px">
<asp:Label ID="Labhomesex" runat="server" style="font-weight: bold"></asp:Label>
<asp:DropDownList ID="DropDownList1"
runat="server">
<asp:ListItem Selected="True">请选择</asp:ListItem>
<asp:ListItem>男生</asp:ListItem>
<asp:ListItem>女生</asp:ListItem>
</asp:DropDownList></td></tr>
<tr bordercolor="#000000" bgcolor="#000000"><td align="right" class="forumRow" style="width: 436px; height: 13px">
寝室号:</td><td class="forumRow" style="height: 13px">
<asp:TextBox ID="txthomehao" runat="server"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator6" runat="server" ControlToValidate="txthomehao"
Display="Dynamic" ErrorMessage='"寝室号"必填'></asp:RequiredFieldValidator><asp:RegularExpressionValidator
ID="RegularExpressionValidator5" runat="server" ControlToValidate="txthomehao"
Display="Dynamic" ErrorMessage="请输入3位数的寝室号码" ValidationExpression="\d{3}"></asp:RegularExpressionValidator></td></tr>
<tr bordercolor="#000000" bgcolor="#000000"><td align="right" class="forumRow" style="width: 436px;">
几人间:</td><td class="forumRow">
<asp:Label ID="Labhomecount" runat="server" Style="font-weight: bold"></asp:Label>
<asp:DropDownList ID="DropDownList2"
runat="server">
<asp:ListItem Selected="True">请选择</asp:ListItem>
<asp:ListItem>4人</asp:ListItem>
<asp:ListItem>6人</asp:ListItem>
<asp:ListItem>8人</asp:ListItem>
</asp:DropDownList></td></tr>
<tr bordercolor="#000000" bgcolor="#000000"><td align="right" class="forumRow" style="width: 436px; height: 4px;">
宿舍电话号码:</td><td class="forumRow" style="height: 4px">
<asp:TextBox ID="txthomephone" runat="server"></asp:TextBox><asp:RequiredFieldValidator
ID="RequiredFieldValidator7" runat="server" ControlToValidate="txthomephone"
Display="Dynamic">寝室电话不能为空</asp:RequiredFieldValidator><asp:RegularExpressionValidator
ID="RegularExpressionValidator2" runat="server" ControlToValidate="txthomephone"
ValidationExpression="(\(\d{3,4}\)|\d{3,4}-)?\d{7,8}">请输入7位或8位的寝室电话号码</asp:RegularExpressionValidator></td></tr>
<tr bgcolor="#000000" bordercolor="#000000">
<td align="right" class="forumRow" style="width: 436px; height: 4px">
是/否同班同学住一起:</td>
<td class="forumRow" style="height: 4px">
<asp:Label ID="labhomediffenet" runat="server" Style="font-weight: bold"></asp:Label>
<asp:DropDownList ID="ddlyesno" runat="server">
<asp:ListItem Selected="True">请选择</asp:ListItem>
<asp:ListItem>是</asp:ListItem>
<asp:ListItem Value="否"></asp:ListItem>
</asp:DropDownList></td>
</tr>
<tr bordercolor="#000000" bgcolor="#000000"><td align="center" colspan=2 class="forumRow" style="height: 11px" background="images/admin_bg_1.gif">
<asp:Button ID="Button5" runat="server" OnClick="Button5_Click" Text="上一步" />
<asp:Button ID="Button1" runat="server" Text="更 新 " OnClick="Button1_Click" />
<asp:Button ID="Button2" runat="server" OnClick="Button2_Click" Text="重 置 " CausesValidation="False" /></td></tr>
</table>
</asp:Panel>
<asp:Panel ID="Panel3" runat="server" Height="50px" Width="949px" style="font-weight: normal; font-size: 14px" Visible="False">
<div align="center">
<table border="0" style="width: 946px">
<tr>
<td nowrap="nowrap" style="height: 17px">
<div align="center">
恭喜您,编辑<asp:Label ID="Labusername" runat="server" Style="font-weight: bold; font-size: 14px;
color: red"></asp:Label>同学的数据成功了!
<asp:HyperLink ID="HyperLink2" runat="server" NavigateUrl="~/adminuserinfo.aspx"
Style="text-decoration: none">返回看看</asp:HyperLink></div>
</td>
</tr>
</table>
</div>
</asp:Panel>
<br />
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -