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

📄 buy.aspx

📁 asp,vb.net编写,我的毕业设计,简单的网上购书系统,比较主流
💻 ASPX
字号:
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="buy.aspx.vb" Inherits="毕业设计.buy"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
	<HEAD>
		<title>buy</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">
			<TABLE id="T1" style="Z-INDEX: 101; LEFT: 40px; POSITION: absolute; TOP: 80px" cellSpacing="0"
				cellPadding="0" width="760" align="center" border="0" runat="server" background="image/cyber_web_bg.gif">
				<TR>
					<TD style="HEIGHT: 176px">
						<P><FONT face="宋体">&nbsp;<FONT face="隶书"><FONT size="5"><FONT size="7"><STRONG><EM><IMG style="WIDTH: 576px; HEIGHT: 152px" height="152" alt="" src="file:///G:\娟\zww\毕业设计1\image\bottom_bg.gif"
														width="576" align="top"></EM></STRONG><STRONG><EM>&nbsp;购买专区&nbsp;</EM></STRONG></FONT></FONT></FONT>
							</FONT><FONT face="宋体"><FONT face="隶书"><FONT size="5"><FONT size="7"><STRONG><EM>&nbsp;&nbsp; <FONT face="宋体">
													</FONT></EM></STRONG></FONT></FONT></FONT>
						</P>
						<P></P>
						<P><STRONG><FONT face="隶书" size="1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
									&nbsp;<FONT size="3"><A href="http://localhost/毕业设计1/主页.aspx">weiwei.com</A></FONT><FONT size="1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
									</FONT></FONT></STRONG>
						</P>
						</FONT>
					</TD>
				</TR>
				<TR>
					<TD><FONT face="宋体"><FONT face="宋体">
								<asp:datagrid id="DataGrid1" runat="server" DataKeyField="ID" AllowPaging="True" PageSize="6"
									Font-Size="X-Small" Height="143px" AutoGenerateColumns="False" ForeColor="#CCFFFF" CellPadding="3"
									BackColor="White" BorderWidth="1px" BorderStyle="None" BorderColor="#CCFFFF" Width="896px">
									<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 Visible="False" DataField="ID" HeaderText="ID"></asp:BoundColumn>
										<asp:BoundColumn DataField="书名" HeaderText="书名"></asp:BoundColumn>
										<asp:BoundColumn DataField="出版社" HeaderText="出版社"></asp:BoundColumn>
										<asp:BoundColumn Visible="False" 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>
										<asp:BoundColumn DataField="报价" HeaderText="报价"></asp:BoundColumn>
										<asp:BoundColumn DataField="数量" HeaderText="数量"></asp:BoundColumn>
										<asp:BoundColumn DataField="主人" HeaderText="主人"></asp:BoundColumn>
										<asp:TemplateColumn HeaderText="购买">
											<ItemTemplate>
												<asp:ImageButton id="ImageButton1" runat="server" CommandName="select" ImageUrl="image/cyber_tubiao_4.gif"></asp:ImageButton>
											</ItemTemplate>
										</asp:TemplateColumn>
									</Columns>
									<PagerStyle HorizontalAlign="Left" ForeColor="#000066" BackColor="White" Mode="NumericPages"></PagerStyle>
								</asp:datagrid></FONT></FONT></TD>
				</TR>
				<TR>
					<TD align="center"><FONT face="宋体"><asp:linkbutton id="LinkButton1" runat="server">查看购物车</asp:linkbutton>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A href="http://localhost/毕业设计1/主页.aspx">&nbsp;返回</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A href="http://localhost/毕业设计1/ck.aspx"><FONT color="#990066">
									结帐</FONT></A></FONT></TD>
				</TR>
				<TR>
					<TD align="center"><asp:datagrid id="Dggwc" runat="server" DataKeyField="ID" AllowPaging="True" PageSize="6" Font-Size="X-Small"
							Height="121px" AutoGenerateColumns="False" CellPadding="3" BackColor="White" BorderWidth="1px" BorderStyle="None"
							BorderColor="#CCFFFF" Width="648px">
							<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="ID" HeaderText="ID"></asp:BoundColumn>
								<asp:BoundColumn DataField="书名" HeaderText="书名"></asp:BoundColumn>
								<asp:BoundColumn DataField="作者" HeaderText="作者"></asp:BoundColumn>
								<asp:BoundColumn DataField="报价" HeaderText="价格"></asp:BoundColumn>
								<asp:ButtonColumn Text="删除" CommandName="Delete"></asp:ButtonColumn>
							</Columns>
							<PagerStyle HorizontalAlign="Left" ForeColor="#000066" BackColor="White" Mode="NumericPages"></PagerStyle>
						</asp:datagrid></TD>
				</TR>
				<TR>
					<TD><FONT face="宋体"></FONT></TD>
				</TR>
			</TABLE>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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