usermodify.aspx

来自「大中型酒店管理系统」· ASPX 代码 · 共 43 行

ASPX
43
字号
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="usermodify.aspx.cs" Inherits="userinfo_usermodify" %>

<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><style type="text/css">
<!--
body,td,th {
	font-size: 12px;
}
-->
</style></head>
<body>
    <form id="form1" runat="server">
    <div>
        修改用户信息<br />
        <table border="1" align="center" cellpadding="0" cellspacing="0" style="width: 300px">
            <tr>
                <td style="width: 70px">
                    用户名:</td>
                <td style="width: 100px">
                    <asp:TextBox ID="txtUser" runat="server"></asp:TextBox></td>
            </tr>
            <tr>
                <td style="width: 70px">
                    密码:</td>
                <td style="width: 100px">
                    <asp:TextBox ID="txtPwd" runat="server"></asp:TextBox></td>
            </tr>
            <tr>
                <td align="center" colspan="2">
                    <asp:Button ID="Button1" runat="server" Text="修改" OnClick="Button1_Click" />
                    <input id="Reset1" type="reset" value="取消" onclick="history.go(-1);" /></td>
            </tr>
      </table>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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