查看购物车程序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"