📄 newgoods.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="newgoods.aspx.cs" Inherits="newgoods" %>
<%@ Register Src="left.ascx" TagName="left" TagPrefix="uc1" %>
<%@ Register Src="top.ascx" TagName="top" TagPrefix="uc2" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>新品上架</title>
<link href="css/StyleSheet.css" rel="StyleSheet" type="text/css"/>
</head>
<body>
<form id="form1" runat="server" class="css/StyleSheet.css">
<div>
<table style="width: 371px; height: 318px; font-size: 12px;" align="center">
<tr>
<td style="height: 21px" colspan="3" align="center">
<uc2:top ID="Top1" runat="server" />
</td>
</tr>
<tr>
<td rowspan="2" style="width: 3px; height: 313px;" valign="top">
<uc1:left ID="Left1" runat="server" />
</td>
<td colspan="2" rowspan="2" style="height: 313px">
<asp:DataList ID="DataList1" runat="server" Width="620px" OnItemCommand="DataList1_ItemCommand" CellPadding="4" ForeColor="#333333">
<ItemTemplate>
<table border="0" style="width: 593px" cellpadding="0" cellspacing="0">
<tr>
<td rowspan="5" style="width: 175px">
<asp:Image ID="Image1" runat="server" Height="120px" Width="176px" ImageUrl='<%# DataBinder.Eval(Container.DataItem,"picture") %> '/></td>
<td style="width: 2031px; height: 19px;" align="center" rowspan="2"> <%# DataBinder.Eval(Container.DataItem,"goodsname") %></td>
</tr>
<tr>
</tr>
<tr>
<td style="width: 2031px"> 现价:<%# DataBinder.Eval(Container.DataItem, "nowprice")%></td>
</tr>
<tr>
<td style="width: 2031px; height: 10px;"> <%# DataBinder.Eval(Container.DataItem,"introduce") %></td>
</tr>
<tr>
<td style="width: 2031px">
<asp:LinkButton ID="LinkButton1" runat="server" CommandName="select" OnClick="LinkButton1_Click"
Width="38px">购物</asp:LinkButton></td>
</tr>
</table>
</ItemTemplate>
<FooterStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
<SelectedItemStyle BackColor="#D1DDF1" Font-Bold="True" ForeColor="#333333" />
<AlternatingItemStyle BackColor="White" />
<ItemStyle BackColor="#EFF3FB" />
<HeaderStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
</asp:DataList></td>
</tr>
<tr>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -