[ASP.NET开发系列] 购物推车程序开发——调用购物车类[8]

[入库:2006年2月23日] [更新:2007年3月25日]

本文简介:

查看购物车程序View_ShoppingCart.aspx

<%@ Import Namespace="WendwCart"%>

<html>

 <body>

  <form runat="server">

    <table width="100%">

      <tr>

        <td>

          <asp:Button Text="继续购物" OnClick="Gonoshopping" runat="server"/>

         </td>

      </tr>

    </table>

    <br>

    <center>

      <asp:DataGrid ID="MyDataGrid"

本文关键:[ASP.NET开发系列] 购物推车程序开发——调用购物车类
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top