資源簡介
基于asp.net和sql的網上購物商城,前臺、后臺功能均有,頁面美化、flash、動畫。

代碼片段和文件信息
using?System;
using?System.Collections;
using?System.Configuration;
using?System.Data;
using?System.Linq;
using?System.Web;
using?System.Web.Security;
using?System.Web.UI;
using?System.Web.UI.HtmlControls;
using?System.Web.UI.WebControls;
using?System.Web.UI.WebControls.WebParts;
using?System.xml.Linq;
namespace?eshop
{
????///?
????///?AddToCart?的摘要說明。
????///?
????public?partial?class?AddToCart?:?System.Web.UI.Page
????{
????????protected?void?Page_Load(object?sender?EventArgs?e)
????????{
????????????//頁面初始方法
????????????if?(Request[“productId“]?!=?null)
????????????{
????????????????BLL.ShoppingCart?cart?=?new?eshop.BLL.ShoppingCart();
????????????????string?cartId?=?cart.GetShoppingCartId();
????????????????cart.AddItem(cartId?int.Parse(Request[“productId“])?1);
????????????}
????????????Response.Redirect(“ShoppingCart.aspx“);
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2011-12-27?16:55??前臺\
?????目錄???????????0??2011-12-27?16:55??前臺\eshop\
?????目錄???????????0??2011-12-28?10:21??前臺\eshop\eshop\
?????文件?????????455??2011-02-12?13:20??前臺\eshop\eshop\AddToCart.aspx
?????文件?????????945??2011-12-23?11:44??前臺\eshop\eshop\AddToCart.aspx.cs
?????文件?????????829??2011-02-12?13:20??前臺\eshop\eshop\AddToCart.aspx.designer.cs
?????目錄???????????0??2011-12-27?16:55??前臺\eshop\eshop\App_Data\
?????文件????10485760??2011-12-23?08:55??前臺\eshop\eshop\App_Data\ASPNETDB.MDF
?????文件??????516096??2011-12-23?08:55??前臺\eshop\eshop\App_Data\aspnetdb_log.ldf
?????目錄???????????0??2011-12-27?16:55??前臺\eshop\eshop\BLL\
?????文件????????2001??2011-12-23?08:55??前臺\eshop\eshop\BLL\Mail.cs
?????文件????????1589??2011-12-23?08:55??前臺\eshop\eshop\BLL\Menu.cs
?????文件????????4984??2011-12-23?11:38??前臺\eshop\eshop\BLL\Orders.cs
?????文件????????5470??2011-12-26?08:37??前臺\eshop\eshop\BLL\Product.cs
?????文件????????5924??2011-12-23?16:24??前臺\eshop\eshop\BLL\ShoppingCart.cs
?????文件????????7879??2011-12-21?16:58??前臺\eshop\eshop\BLL\User.cs
?????文件????????2888??2011-12-22?17:10??前臺\eshop\eshop\CheckOut.aspx
?????文件????????2070??2011-12-26?08:50??前臺\eshop\eshop\CheckOut.aspx.cs
?????文件????????2885??2011-12-21?20:35??前臺\eshop\eshop\CheckOut.aspx.designer.cs
?????目錄???????????0??2011-12-27?16:55??前臺\eshop\eshop\DAL\
?????文件???????17987??2011-12-23?10:44??前臺\eshop\eshop\DAL\SqlHelper.cs
?????文件????????1836??2011-12-28?10:21??前臺\eshop\eshop\Default.aspx
?????文件?????????636??2011-12-23?08:55??前臺\eshop\eshop\Default.aspx.cs
?????文件????????1887??2011-12-23?08:55??前臺\eshop\eshop\Default.aspx.designer.cs
?????文件????????3958??2011-12-20?15:40??前臺\eshop\eshop\EditAcount.aspx
?????文件????????1255??2011-12-21?17:30??前臺\eshop\eshop\EditAcount.aspx.cs
?????文件????????5064??2011-12-20?15:40??前臺\eshop\eshop\EditAcount.aspx.designer.cs
?????文件????????1771??2011-12-23?08:55??前臺\eshop\eshop\Error.aspx
?????文件?????????630??2011-12-23?08:55??前臺\eshop\eshop\Error.aspx.cs
?????文件?????????840??2011-12-23?08:55??前臺\eshop\eshop\Error.aspx.designer.cs
?????文件????????6681??2011-12-23?08:55??前臺\eshop\eshop\GetBackPassword.aspx
............此處省略301個文件信息
- 上一篇:asp.net網上購書系統代碼
- 下一篇:C#植物大戰僵尸源代碼
評論
共有 條評論