示例#1
0
 protected void gvShoppingCart_RowDeleting(object sender, GridViewDeleteEventArgs e)
 {
     myCart.Delete(e.RowIndex);
     FillData();
 }