⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 会员manage.aspx

📁 asp,vb.net编写,我的毕业设计,简单的网上购书系统,比较主流
💻 ASPX
字号:
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="会员manage.aspx.vb" Inherits="毕业设计.会员manage"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
	<HEAD>
		<title>会员manage</title>
		<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
		<meta content="Visual Basic .NET 7.1" name="CODE_LANGUAGE">
		<meta content="JavaScript" name="vs_defaultClientScript">
		<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
	</HEAD>
	<body MS_POSITIONING="GridLayout">
		<form id="Form1" method="post" runat="server">
			<FONT face="宋体">
				<TABLE id="Table1" style="Z-INDEX: 101; LEFT: 152px; WIDTH: 592px; POSITION: absolute; TOP: 72px; HEIGHT: 392px"
					borderColor="#99ffff" cellSpacing="0" cellPadding="0" width="592" background="../image/cyber_web_bg.gif"
					border="1">
					<TR>
						<TD style="HEIGHT: 55px">
							<TABLE id="Tmsg" style="WIDTH: 592px; HEIGHT: 48px" borderColor="#ccffff" cellSpacing="0"
								cellPadding="0" width="592" border="1" runat="server">
								<TR>
									<TD bgColor="#ccffff">&nbsp;<FONT face="隶书"><FONT size="6"><STRONG><IMG style="WIDTH: 408px; HEIGHT: 80px" height="80" alt="" src="../image/book8.gif" width="408"></STRONG><FONT face="宋体">
													<STRONG><FONT face="隶书">会员专区</FONT></STRONG></FONT></FONT></FONT></TD>
								</TR>
							</TABLE>
						</TD>
					</TR>
					<TR>
						<TD style="HEIGHT: 31px">
							<TABLE id="Table3" style="WIDTH: 592px; HEIGHT: 20px" borderColor="#ccffff" cellSpacing="0"
								cellPadding="0" width="592" bgColor="#ccffff" border="1">
								<TR>
									<TD><A href="http://localhost/毕业设计1/主页.aspx">首页</A></TD>
									<TD><asp:linkbutton id="LinkButton2" runat="server">帐目查看</asp:linkbutton></TD>
									<TD><A href="../新商品.aspx">加入新商品</A></TD>
									<TD><asp:linkbutton id="LinkButton4" runat="server">修改个人资料</asp:linkbutton></TD>
									<TD><asp:linkbutton id="LinkButton5" runat="server">Email to 管理员</asp:linkbutton></TD>
								</TR>
							</TABLE>
						</TD>
					</TR>
					<TR>
						<TD style="HEIGHT: 58px">
							<TABLE id="Table4" style="WIDTH: 593px; HEIGHT: 55px" borderColor="#ccffff" cellSpacing="0"
								cellPadding="0" width="593" align="center" border="1">
								<TR>
									<TD bgColor="#ccffff" colSpan="1" rowSpan="1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<STRONG><FONT face="楷体_GB2312">
											</FONT><FONT face="华文中宋">修改密码</FONT></STRONG></TD>
									<TD bgColor="#ccffff"><asp:label id="Label1" runat="server" Width="159px">Label</asp:label></TD>
									<TD bgColor="#ccffff"><asp:linkbutton id="LinkButton6" runat="server">提交</asp:linkbutton></TD>
								</TR>
								<TR>
									<TD><STRONG>原密码</STRONG>
										<asp:textbox id="tbpsold" runat="server"></asp:textbox></TD>
									<TD><STRONG>新密码</STRONG>
										<asp:textbox id="Tbpsnew" runat="server"></asp:textbox></TD>
									<TD><STRONG>确认</STRONG>
										<asp:textbox id="Tbpsre" runat="server"></asp:textbox></TD>
								</TR>
							</TABLE>
						</TD>
					</TR>
					<TR>
						<TD style="HEIGHT: 347px" bgColor="#ccffff">
							<P>您目前库存的商品如下:</P>
							<P><asp:datagrid id="DGsy" runat="server" Width="592px" Font-Size="X-Small" AutoGenerateColumns="False"
									Height="230px" CellPadding="3" BackColor="White" BorderWidth="1px" BorderStyle="None" BorderColor="#CCCCCC">
									<SelectedItemStyle Font-Bold="True" ForeColor="White" BackColor="#669999"></SelectedItemStyle>
									<ItemStyle ForeColor="#000066"></ItemStyle>
									<HeaderStyle Font-Bold="True" ForeColor="White" BackColor="#006699"></HeaderStyle>
									<FooterStyle ForeColor="#000066" BackColor="White"></FooterStyle>
									<Columns>
										<asp:BoundColumn DataField="分类" HeaderText="分类"></asp:BoundColumn>
										<asp:BoundColumn DataField="书名" HeaderText="书名"></asp:BoundColumn>
										<asp:BoundColumn DataField="出版社" HeaderText="出版社"></asp:BoundColumn>
										<asp:BoundColumn DataField="ISBN" HeaderText="ISBN"></asp:BoundColumn>
										<asp:BoundColumn DataField="作者" HeaderText="作者"></asp:BoundColumn>
										<asp:BoundColumn DataField="文字" HeaderText="文字"></asp:BoundColumn>
										<asp:BoundColumn DataField="原价" HeaderText="原价"></asp:BoundColumn>
										<asp:BoundColumn DataField="报价" HeaderText="报价"></asp:BoundColumn>
										<asp:BoundColumn DataField="数量" HeaderText="数量"></asp:BoundColumn>
									</Columns>
									<PagerStyle HorizontalAlign="Left" ForeColor="#000066" BackColor="White" Mode="NumericPages"></PagerStyle>
								</asp:datagrid><asp:validationsummary id="ValidationSummary1" runat="server" Width="136px" Height="26px" ShowSummary="False"
									ShowMessageBox="True"></asp:validationsummary><asp:comparevalidator id="CompareValidator1" runat="server" ControlToCompare="Tbpsnew" ErrorMessage="CompareValidator"
									ControlToValidate="Tbpsre" Display="None"></asp:comparevalidator><asp:requiredfieldvalidator id="RFpsnew" runat="server" ErrorMessage="RFpsnew" ControlToValidate="Tbpsnew" Display="None"></asp:requiredfieldvalidator><asp:requiredfieldvalidator id="RFold" runat="server" ErrorMessage="RFold" ControlToValidate="tbpsold" Display="None"></asp:requiredfieldvalidator><asp:requiredfieldvalidator id="RFre" runat="server" ErrorMessage="RFre" ControlToValidate="Tbpsre" Display="None"></asp:requiredfieldvalidator></P>
						</TD>
					</TR>
					<TR>
						<TD></TD>
					</TR>
				</TABLE>
			</FONT>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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