📄 goodsselect.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="GoodsSelect.aspx.cs" Inherits="金利来分销管理系统.Goods.GoodsSelect" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>商品查询</title>
<META http-equiv=Content-Type content="text/html; charset=utf-8">
<META content="MSHTML 6.00.2900.5848" name=GENERATOR>
</head>
<body id="BODY1" style="BACKGROUND-POSITION-Y: -120px; BACKGROUND-IMAGE: url(../images/bg.gif); BACKGROUND-REPEAT: repeat-x" runat="server">
<form id="form1" runat="server">
<div>
<TABLE height="100%" cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR
style="BACKGROUND-IMAGE: url(../images/bg_header.gif); BACKGROUND-REPEAT: repeat-x"
height=47>
<TD width=10><SPAN
style="FLOAT: left; BACKGROUND-IMAGE: url(../images/main_hl.gif); WIDTH: 15px; BACKGROUND-REPEAT: no-repeat; HEIGHT: 47px"></SPAN></TD>
<TD><SPAN
style="FLOAT: left; BACKGROUND-IMAGE: url(../images/main_hl2.gif); WIDTH: 15px; BACKGROUND-REPEAT: no-repeat; HEIGHT: 47px"></SPAN><SPAN
style="PADDING-RIGHT: 10px; PADDING-LEFT: 10px; FLOAT: left; BACKGROUND-IMAGE: url(../images/main_hb.gif); PADDING-BOTTOM: 10px; COLOR: white; PADDING-TOP: 10px; BACKGROUND-REPEAT: repeat-x; HEIGHT: 47px; TEXT-ALIGN: center; 0px: ">商品查询</SPAN><SPAN
style="FLOAT: left; BACKGROUND-IMAGE: url(../images/main_hr.gif); WIDTH: 60px; BACKGROUND-REPEAT: no-repeat; HEIGHT: 47px"></SPAN></TD>
<TD
style="BACKGROUND-POSITION: 50% bottom; BACKGROUND-IMAGE: url(../images/main_rc.gif)"
width=10></TD>
</TR>
<TR>
<TD style="BACKGROUND-IMAGE: url(../images/main_ls.gif)"> </TD>
<TD
style="PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; COLOR: #566984; PADDING-TOP: 10px; BACKGROUND-COLOR: white"
vAlign=top align=middle>
<DIV>
<asp:GridView ID="gvproduct" runat="server" AutoGenerateColumns="False"
Width="100%" onrowdeleting="gvproduct_RowDeleting" AllowPaging="True"
onpageindexchanging="gvproduct_PageIndexChanging" PageSize="15">
<Columns>
<asp:BoundField HeaderText="商品编号" DataField="Product_id" />
<asp:BoundField HeaderText="品牌编号" DataField="brand_ID" />
<asp:BoundField HeaderText="销售价" DataField="Product_SalePrice" />
<asp:BoundField DataField="Product_CostPrice" HeaderText="成本价" />
<asp:BoundField DataField="Product_TradePrice" HeaderText="采购价" />
<asp:BoundField DataField="Product_Name" HeaderText="商品名称" />
<asp:CommandField ShowDeleteButton="True" />
<asp:HyperLinkField SortExpression="update" Text="更改"
DataNavigateUrlFields="Product_id"
DataNavigateUrlFormatString="GoodsUpdate.aspx?Product_id={0}"
HeaderText="修改商品" />
</Columns>
<PagerStyle HorizontalAlign="Center" />
</asp:GridView>
<br />
</DIV>
</TD>
<TD style="BACKGROUND-IMAGE: url(../images/main_rs.gif)"></TD>
</TR>
<TR
style="BACKGROUND-IMAGE: url(../images/main_fs.gif); BACKGROUND-REPEAT: repeat-x"
height=10>
<TD style="BACKGROUND-IMAGE: url(../images/main_lf.gif)"></TD>
<TD style="BACKGROUND-IMAGE: url(../images/main_fs.gif)"></TD>
<TD
style="BACKGROUND-IMAGE: url(../images/main_rf.gif)"></TD>
</TR>
</TBODY>
</TABLE>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -