資源簡介
本資料是我買的《精通asp.net 2.0電子商務網站開發》一書時,隨書所帶的光盤內容。該書中有完整的代碼實例。完成配置向導后,能夠直接運行。顧名思義,該書講的是電子商務網站的開發技能,包括asp.net 2.0中的用戶權限體系,paypal支付,支付寶支付,等等

代碼片段和文件信息
using?System;
using?System.Data;
using?System.Configuration;
using?System.Collections;
using?System.Web;
using?System.Web.Security;
using?System.Web.UI;
using?System.Web.UI.WebControls;
using?System.Web.UI.WebControls.WebParts;
using?System.Web.UI.HtmlControls;
public?partial?class?_404?:?System.Web.UI.Page
{
????protected?void?Page_Load(object?sender?EventArgs?e)
????{
????????//give?them?something?to?look?at?other?than?a?blank?page?;)
????????dtProducts.DataSource?=?ProductController.GetMostPopular();
????????dtProducts.DataBind();
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????906??2006-10-13?16:07??CSK_20_Source\Commerce.Web\Register.aspx.cs
?????文件???????2187??2006-09-27?14:51??CSK_20_Source\Commerce.Web\ftb.imagegallery.aspx
?????文件???????5130??2006-11-06?11:26??CSK_20_Source\Commerce.Web\CheckoutPPStandard.aspx.cs
?????文件??????14982??2006-10-11?10:57??CSK_20_Source\Commerce.Web\ImagePicker.aspx
?????文件???????3468??2006-10-27?14:40??CSK_20_Source\Commerce.Web\AffiliateFeed.aspx.cs
?????文件???????1050??2006-10-13?16:24??CSK_20_Source\Commerce.Web\Login.aspx
?????文件???????3981??2006-10-11?11:18??CSK_20_Source\Commerce.Web\Global.asax
?????文件???????4551??2006-09-27?14:51??CSK_20_Source\Commerce.Web\Basket.aspx
?????文件????????212??2006-09-27?14:51??CSK_20_Source\Commerce.Web\AffiliateFeed.aspx
?????文件???????2147??2006-10-12?14:35??CSK_20_Source\Commerce.Web\MyOrders.aspx
?????文件???????1181??2006-09-27?14:51??CSK_20_Source\Commerce.Web\Default.aspx
?????文件??????13253??2006-10-24?16:47??CSK_20_Source\Commerce.Web\Checkout.aspx
?????文件???????5100??2006-11-04?14:10??CSK_20_Source\Commerce.Web\Product.aspx.cs
?????文件????????769??2006-09-27?14:51??CSK_20_Source\Commerce.Web\PasswordRecover.aspx
?????文件???????4929??2006-11-06?10:11??CSK_20_Source\Commerce.Web\AddItemResult.aspx
?????文件???????1424??2006-11-04?14:39??CSK_20_Source\Commerce.Web\click.aspx
?????文件????????417??2006-09-27?14:51??CSK_20_Source\Commerce.Web\admin.master.cs
?????文件???????3631??2006-09-27?14:51??CSK_20_Source\Commerce.Web\Basket.aspx.cs
?????文件???????3679??2006-11-05?15:59??CSK_20_Source\Commerce.Web\admin.master
?????文件????????988??2006-10-11?10:57??CSK_20_Source\Commerce.Web\Search.aspx.cs
?????文件????????573??2006-09-27?14:51??CSK_20_Source\Commerce.Web\404.aspx.cs
?????文件???????1998??2006-10-13?16:36??CSK_20_Source\Commerce.Web\site.master.cs
?????文件????????527??2006-09-27?14:51??CSK_20_Source\Commerce.Web\ExceptionPage.aspx.cs
?????文件???????1269??2006-10-13?15:47??CSK_20_Source\Commerce.Web\Register.aspx
?????文件???????2865??2006-09-27?14:51??CSK_20_Source\Commerce.Web\Product.aspx
?????文件???????3683??2006-10-13?15:55??CSK_20_Source\Commerce.Web\site.master
?????文件???????2802??2006-09-27?14:51??CSK_20_Source\Commerce.Web\Search.aspx
?????文件???????2023??2006-09-27?14:51??CSK_20_Source\Commerce.Web\404.aspx
?????文件??????22729??2006-11-06?10:52??CSK_20_Source\Commerce.Web\Checkout.aspx.cs
?????文件???????2481??2006-09-27?14:51??CSK_20_Source\Commerce.Web\CheckoutPPStandard.aspx
............此處省略1343個文件信息
- 上一篇:C#學生考勤系統
- 下一篇:C#使用CH341 SPI模塊讀寫SD卡
評論
共有 條評論