温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:某酒店用品市场全站源码
当前文件:
HotelSuppliesMarket/userinfo/usermodify.aspx[1K,2009-6-12 11:44:30],打开代码结构图
HotelSuppliesMarket/userinfo/usermodify.aspx[1K,2009-6-12 11:44:30],打开代码结构图1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="usermodify.aspx.cs" Inherits="userinfo_usermodify" %> 2
3
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 4
5
<html xmlns="http://www.w3.org/1999/xhtml" > 6
<head runat="server"> 7
<title>无标题页</title> 8
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><style type="text/css"> 9
<!-- 10
body,td,th { 11
font-size: 12px; 12
} 13
--> 14
</style></head> 15
<body> 16
<form id="form1" runat="server"> 17
<div> 18
修改用户信息<br /> 19
<table border="1" align="center" cellpadding="0" cellspacing="0" style="width: 300px"> 20
<tr> 21
<td style="width: 70px"> 22
用户名:</td> 23
<td style="width: 100px"> 24
<asp:TextBox ID="txtUser" runat="server"></asp:TextBox></td> 25
</tr> 26
<tr> 27
<td style="width: 70px"> 28
密码:</td> 29
<td style="width: 100px"> 30
<asp:TextBox ID="txtPwd" runat="server"></asp:TextBox></td> 31
</tr> 32
<tr> 33
<td align="center" colspan="2"> 34
<asp:Button ID="Button1" runat="server" Text="修改" OnClick="Button1_Click" /> 35
<input id="Reset1" type="reset" value="取消" onclick="history.go(-1);" /></td> 36
</tr> 37
</table> 38
39
</div> 40
</form> 41
</body> 42
</html> 43




<!--

body,td,th 
-->
