资源简介
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
public partial class SetDiscounts : System.Web.UI.Page {
public List DiscountsUsing {
get {
return (List)Application[“DiscountsUsing“];
}
set {
Application[“DiscountsUsing“] = value;
}
}
public List Discounts {
get {
return (List)Application[“Discounts“];
}
set {
Application[“Discounts“] = value;
}
}
protected void Page_Load(object sender EventArgs e) {
if (!this.IsPostBack) {
this.SetDiscountDataBind();
}
}
private void SetDiscountDataBind() {
for (int i = 0; i < this.Discounts.Count; i++) {
ListItem itemDi
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 4775936 2020-06-19 13:55 20173031229-王岳\20173031229-王岳-Web课程设计报告.doc
文件 631 2020-06-18 16:04 20173031229-王岳\基于Web的在线购物系统\App_Code\BLL\Discount\CountDiscount.cs
文件 264 2009-12-25 09:56 20173031229-王岳\基于Web的在线购物系统\App_Code\BLL\Discount\IDiscountable.cs
文件 671 2009-12-24 20:41 20173031229-王岳\基于Web的在线购物系统\App_Code\BLL\Discount\ItemPriceDiscount.cs
文件 298 2020-06-18 16:36 20173031229-王岳\基于Web的在线购物系统\App_Code\BLL\Discount\NewYearDiscount.cs
文件 305 2009-12-23 15:39 20173031229-王岳\基于Web的在线购物系统\App_Code\BLL\ProductBLL.cs
文件 2548 2009-12-25 09:54 20173031229-王岳\基于Web的在线购物系统\App_Code\DAL\DBHelper.cs
文件 920 2009-12-24 18:23 20173031229-王岳\基于Web的在线购物系统\App_Code\DAL\ProductDAL.cs
文件 626 2009-12-24 18:23 20173031229-王岳\基于Web的在线购物系统\App_Code\Models\Product.cs
文件 1055 2009-12-24 20:57 20173031229-王岳\基于Web的在线购物系统\App_Code\Models\ShopCartItem.cs
文件 1725 2009-12-24 20:57 20173031229-王岳\基于Web的在线购物系统\App_Code\Models\ShopCartSet.cs
文件 2498560 2020-06-19 04:48 20173031229-王岳\基于Web的在线购物系统\App_Data\mydata.mdb
文件 307200 2020-06-19 04:38 20173031229-王岳\基于Web的在线购物系统\App_Data\ShopCart.mdb
文件 757 2009-12-24 12:05 20173031229-王岳\基于Web的在线购物系统\Global.asax
文件 208 2008-09-12 17:02 20173031229-王岳\基于Web的在线购物系统\images\0-1.gif
文件 261 2008-09-13 14:48 20173031229-王岳\基于Web的在线购物系统\images\0-2.gif
文件 311 2008-09-13 14:49 20173031229-王岳\基于Web的在线购物系统\images\0-3.gif
文件 346 2008-09-13 14:50 20173031229-王岳\基于Web的在线购物系统\images\0-4.gif
文件 390 2008-09-13 14:51 20173031229-王岳\基于Web的在线购物系统\images\0-5.gif
文件 2519 2008-07-28 18:15 20173031229-王岳\基于Web的在线购物系统\images\000aq12.gif
文件 5053 2020-06-11 12:16 20173031229-王岳\基于Web的在线购物系统\images\001.png
文件 177266 2020-06-11 12:30 20173031229-王岳\基于Web的在线购物系统\images\002.png
文件 63 2008-07-29 16:46 20173031229-王岳\基于Web的在线购物系统\images\01_02.gif
文件 247 2008-08-17 15:41 20173031229-王岳\基于Web的在线购物系统\images\1.gif
文件 68120 2020-06-11 13:45 20173031229-王岳\基于Web的在线购物系统\images\1wy.png
文件 336 2003-01-01 00:59 20173031229-王岳\基于Web的在线购物系统\images\20060905025512379.gif
文件 425 2003-01-01 00:59 20173031229-王岳\基于Web的在线购物系统\images\20060905025822912.gif
文件 1017 2003-01-01 00:58 20173031229-王岳\基于Web的在线购物系统\images\20060905030000562.gif
文件 951 2003-01-01 00:58 20173031229-王岳\基于Web的在线购物系统\images\20060905030000613.gif
文件 1228 2003-01-01 00:58 20173031229-王岳\基于Web的在线购物系统\images\20060905030001566.gif
............此处省略127个文件信息
- 上一篇:用ASP直接存取ACCESS数据库_
- 下一篇:仿暴雪战网(附数据库脚本)
评论
共有 条评论