You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
1.1 KiB

<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="buyproducts1.aspx.cs" Inherits="buyproducts1" Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder2" Runat="Server">
<table style="border-right: gray thin ridge; border-top: gray thin ridge;
border-left: gray thin ridge; border-bottom: gray thin ridge; background-color: #ccff66" width="100%">
<tr>
<td style="height: 11px">
<table style="width: 542px; height: 15px">
<tr>
<td style="width: 100px; height: 18px">
<asp:HyperLink ID="HyperLink1" runat="server">HyperLink</asp:HyperLink></td>
<td style="width: 100px; height: 18px">
<asp:HyperLink ID="HyperLink2" runat="server" NavigateUrl="~/ShowCart.aspx" Width="74px">显示购物车</asp:HyperLink></td>
</tr>
</table>
</td>