📄 useredit.aspx
字号:
<%@ Page language="c#" Codebehind="useredit.aspx.cs" AutoEventWireup="false" Inherits="car1.useredit" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>修改用户信息</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
<LINK href="css/css.css" type="text/css" rel="stylesheet">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<TABLE id="Table1" style="Z-INDEX: 101; LEFT: 8px; WIDTH: 320px; POSITION: absolute; TOP: 32px; HEIGHT: 124px"
cellSpacing="1" cellPadding="1" width="320" border="1">
<TR>
<TD style="WIDTH: 61px"><FONT face="宋体">姓名:</FONT></TD>
<TD><FONT face="宋体">
<asp:Label id="Label1" runat="server">Label</asp:Label></FONT></TD>
</TR>
<TR>
<TD style="WIDTH: 61px"><FONT face="宋体">用户名:</FONT></TD>
<TD>
<asp:Label id="Label2" runat="server">Label</asp:Label></TD>
</TR>
<TR>
<TD style="WIDTH: 61px"><FONT face="宋体">所属单位:</FONT></TD>
<TD>
<asp:DropDownList id="DropDownList1" runat="server"></asp:DropDownList></TD>
</TR>
<TR>
<TD style="WIDTH: 61px"><FONT face="宋体">联系电话:</FONT></TD>
<TD>
<asp:TextBox id="TextBox1" runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD style="WIDTH: 61px"><FONT face="宋体">用户权限:</FONT></TD>
<TD>
<asp:DropDownList id="DropDownList2" runat="server"></asp:DropDownList></TD>
</TR>
</TABLE>
<asp:Button id="Button1" style="Z-INDEX: 102; LEFT: 72px; POSITION: absolute; TOP: 224px" runat="server"
Text="修改"></asp:Button>
<asp:Label id="Label3" style="Z-INDEX: 103; LEFT: 136px; POSITION: absolute; TOP: 8px" runat="server"
ForeColor="Red" Font-Bold="True">修改用户信息</asp:Label><INPUT onclick="javascript:window.opener=null;window.close();" style="Z-INDEX: 104; LEFT: 224px; POSITION: absolute; TOP: 224px"
type="button" value="取消">
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -