温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:网博直销系统软件源码
当前文件:
WangBoDirect/admin/webhww_hyzl.aspx,打开代码结构图
WangBoDirect/admin/webhww_hyzl.aspx,打开代码结构图1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="webhww_hyzl.aspx.cs" Inherits="hy_webhww_hyzl" %> 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>无标题页作者QQ:405098219 8
9
联系电话:13518884166 10
</TITLE> 11
<link href="../include/e1.css" rel="stylesheet" type="text/css" /> 12
</head> 13
<body> 14
<form id="form1" runat="server"> 15
<div> 16
<table width="90%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" ID="Table3"> 17
<tr> 18
<td height="46" style="width: 100%"> <div align="center"> 19
<br><br> 20
<table width="80%" align="center" bgcolor="#AAAAAA" border="0" cellpadding="0" cellspacing="0" > 21
<tr > 22
<td><table width="100%" border="0" align="center" cellpadding="5" cellspacing="1" bordercolorlight="#f0f4ff" bordercolordark="#AAAAAA" ID="Table4"> 23
<tr class="tdTitle"> 24
<td height="30" colspan="2"><div align="center"><font size="3"><img src="../Image/user.gif" width="32" height="32"><font color="#FFFFFF">修 改 会 25
员 资 料</font></font></div></td> 26
</tr> 27
<tr bgcolor="#FFFFFF"> 28
<td height="30"><div align="right"> 29
会员姓名:</div></td> 30
<td align="center"> 31
<asp:TextBox ID="TextBox1" runat="server" Width="300px" ReadOnly="True"></asp:TextBox></td> 32
</tr> 33
34
<tr bgcolor="#FFFFFF"> 35
36
<td height="30"><div align="right"> 37
会员密码:</div></td> 38
<td align="center"> 39
<asp:TextBox ID="TextBox2" runat="server" Width="300px"></asp:TextBox></td> 40
</tr> 41
<tr bgcolor="#ffffff"> 42
<td align="right" height="30"> 43
会员编号:</td> 44
<td align="center"> 45
<asp:TextBox ID="TextBox11" runat="server" ReadOnly="True" Width="300px"></asp:TextBox></td> 46
</tr> 47
<tr bgcolor="#FFFFFF"> 48
<td height="30"><div align="right"> 49
会员性别:</div></td> 50
<td align="center"> 51
<asp:TextBox ID="TextBox3" runat="server" Width="300px" ReadOnly="True" Wrap="False"></asp:TextBox> 52
</td> 53
</tr> 54
55
<tr bgColor=#ffffff> 56
57
<td height="30"><div align="right">身份证号码:</div></td> 58
<td align="center"> 59
<asp:TextBox ID="TextBox4" runat="server" Width="300px" ReadOnly="True"></asp:TextBox> 60
</td> 61
</tr> 62
63
<tr bgColor=#ffffff> 64
65
<td height="30"><div align="right"> 66
开户行:</div></td> 67
<td align="center"> 68
<asp:TextBox ID="TextBox5" runat="server" Width="300px"></asp:TextBox></td> 69
</tr> 70
71
<tr bgColor=#ffffff> 72
73
<td height="30"><div align="right"> 74
开户行名称:</div></td> 75
<td align="center"> 76
<asp:TextBox ID="TextBox6" runat="server" Width="300px"></asp:TextBox></td> 77
</tr> 78
79
<tr bgColor=#ffffff> 80
81
<td height="30"><div align="right"> 82
开户姓名:</div></td> 83
<td align="center"> 84
<asp:TextBox ID="TextBox7" runat="server" Width="300px"></asp:TextBox></td> 85
</tr> 86
87
<tr bgColor=#ffffff> 88
89
<td height="30"><div align="right"> 90
银行卡号:</div></td> 91
<td align="center"> 92
<asp:TextBox ID="TextBox8" runat="server" Width="300px"></asp:TextBox> 93
</td> 94
</tr> 95
96
<tr bgColor=#ffffff> 97
98
<td height="30"><div align="right"> 99
联系电话:</div></td> 100
<td align="center"> 101
<asp:TextBox ID="TextBox9" runat="server" Width="300px"></asp:TextBox> 102
103
</td> 104
</tr> 105
<tr bgcolor="#ffffff"> 106
<td align="right" height="30"> 107
联系地址:</td> 108
<td align="center"> 109
<asp:TextBox ID="TextBox12" runat="server" Width="300px"></asp:TextBox></td> 110
</tr> 111
112
<tr bgColor=#ffffff> 113
114
<td height="30"><div align="right">备注:</div></td> 115
<td align="center"> 116
<asp:TextBox ID="TextBox10" runat="server" Width="300px" Height="50px" TextMode="MultiLine"></asp:TextBox> 117
</td> 118
</tr> 119
<tr bgcolor="#ffffff"> 120
<td height="30"> 121
</td> 122
<td> 123
<asp:Button ID="Button1" runat="server" Text="修改" OnClick="Button1_Click" /> 124
<input id="Reset1" type="reset" value="重置" /> 125
<asp:Label ID="Label1" runat="server"></asp:Label></td> 126
</tr> 127
128
</table></td> 129
</tr> 130
</table> 131
<p align="right"><strong><font color="#FF0000" size="3"></font></strong></p> 132
</div></td> 133
</tr> 134
</table> 135
</div> 136
</form> 137
</body> 138
</html> 139



