91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 6.88MB
    文件類型: .zip
    金幣: 2
    下載: 0 次
    發(fā)布日期: 2023-09-24
  • 語言: 其他
  • 標(biāo)簽: C#??.NET??WEB??

資源簡介

2元云購項(xiàng)目里面是2元起拍購物的一個(gè)項(xiàng)目,完成了2元購的基本功能

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Web;
using?System.Web.UI;
using?System.Web.UI.WebControls;
using?BLL;

namespace?_2元購
{
????public?partial?class?First?:?System.Web.UI.Page
????{
????????protected?void?Page_Load(object?sender?EventArgs?e)
????????{
????????????Binddata();
????????}

????????//查詢?nèi)可唐?br/>????????void?Binddata()
????????{
????????????this.dtls_1.DataSource?=?GoodsInfoBLL.SelectGoodsByGoodsID();
????????????this.dtls_1.DataBind();
????????}

????????//根據(jù)商品編號(hào)過濾查詢商品
????????void?Binddata_2(int?GoodsID)?{
????????????this.dtls_1.DataSource?=?GoodsInfoBLL.SelectGoodsByGoodsID(GoodsID);
????????????this.dtls_1.DataBind();
????????}

????????//根據(jù)商品類型編號(hào)查詢商品
????????void?Binddata_3(int?TypeID)?{
????????????this.dtls_1.DataSource?=?GoodsInfoBLL.SelectGoodsByTypeID(TypeID);
????????????this.dtls_1.DataBind();
????????}

????????//全部按鈕
????????protected?void?linkButton1_Click(object?sender?EventArgs?e)
????????{
????????????Binddata();
????????}

????????//蘋果按鈕
????????protected?void?linkButton2_Click(object?sender?EventArgs?e)
????????{
????????????Binddata_2(1);
????????}

????????//三星按鈕
????????protected?void?linkButton3_Click(object?sender?EventArgs?e)
????????{
????????????Binddata_2(2);
????????}

????????//諾基亞按鈕
????????protected?void?linkButton4_Click(object?sender?EventArgs?e)
????????{
????????????Binddata_2(7);
????????}

????????//宏達(dá)國際按鈕??:8
????????protected?void?linkButton5_Click(object?sender?EventArgs?e)
????????{
????????????Binddata_2(8);
????????}

????????//小米按鈕
????????protected?void?linkButton6_Click(object?sender?EventArgs?e)
????????{
????????????Binddata_2(3);
????????}

????????//魅族按鈕
????????protected?void?linkButton7_Click(object?sender?EventArgs?e)
????????{
????????????Binddata_2(5);
????????}

????????//TCL按鈕?:9
????????protected?void?linkButton8_Click(object?sender?EventArgs?e)
????????{
????????????Binddata_2(9);
????????}

????????//華為按鈕?
????????protected?void?linkButton9_Click(object?sender?EventArgs?e)
????????{
????????????Binddata_2(4);
????????}

????????//酷派按鈕?:10
????????protected?void?linkButton10_Click(object?sender?EventArgs?e)
????????{
????????????Binddata_2(10);
????????}

????????//電腦分類按鈕
????????protected?void?linkButton13_Click(object?sender?EventArgs?e)
????????{
????????????Binddata_3(2);
????????????
????????}

????????//家用電器分類按鈕
????????protected?void?linkButton14_Click(object?sender?EventArgs?e)
????????{
????????????Binddata_3(3);
????????}

????????//化妝個(gè)補(bǔ)分類按鈕
????????protected?void?linkButton15_Click(object?sender?EventArgs?e)
????????{
????????????Binddata_3(4);
????????}

????????//食品飲料分類按鈕
????????protected?void?linkButton16_Click(object?sender?EventArgs?e)
????????{
????????????Binddata_3(5);
????????}

????????//家居家紡分類按鈕
????????protected?void?linkButton17_Click(object?sender?EventArgs?e)
????????{
??

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件????????2306??2016-12-05?19:26??2元購修改版\2元購.sln
?????文件??????104448??2016-12-12?19:39??2元購修改版\2元購.v11.suo
?????目錄???????????0??2017-04-07?23:25??2元購修改版\2元購\
?????文件???????37793??2016-12-09?12:09??2元購修改版\2元購\2元購.csproj
?????文件????????1086??2016-12-09?12:09??2元購修改版\2元購\2元購.csproj.user
?????文件????????2639??2016-12-09?12:24??2元購修改版\2元購\Add_Css.css
?????目錄???????????0??2017-04-07?23:25??2元購修改版\2元購\bin\
?????文件????????9728??2016-12-09?12:48??2元購修改版\2元購\bin\2元購.dll
?????文件???????28160??2016-12-09?12:48??2元購修改版\2元購\bin\2元購.pdb
?????文件????????4608??2016-12-08?11:09??2元購修改版\2元購\bin\BLL.dll
?????文件???????15872??2016-12-08?11:09??2元購修改版\2元購\bin\BLL.pdb
?????文件????????8704??2016-12-08?11:09??2元購修改版\2元購\bin\DAL.dll
?????文件???????26112??2016-12-08?11:09??2元購修改版\2元購\bin\DAL.pdb
?????文件????????5120??2016-12-08?00:09??2元購修改版\2元購\bin\Model.dll
?????文件????????7680??2016-12-08?00:09??2元購修改版\2元購\bin\Model.pdb
?????文件????????1773??2016-12-08?10:52??2元購修改版\2元購\Content_Css.css
?????文件????????6804??2016-12-08?20:22??2元購修改版\2元購\First.aspx
?????文件????????4134??2016-12-08?11:38??2元購修改版\2元購\First.aspx.cs
?????文件????????8218??2016-12-08?11:22??2元購修改版\2元購\First.aspx.designer.cs
?????文件?????????192??2016-12-08?11:36??2元購修改版\2元購\First.js
?????文件????????4135??2016-12-05?18:41??2元購修改版\2元購\foot_Css.css
?????文件????????5201??2016-12-09?12:45??2元購修改版\2元購\GoodsAdd.aspx
?????文件????????4690??2016-12-09?12:46??2元購修改版\2元購\GoodsAdd.aspx.cs
?????文件????????5627??2016-12-09?12:36??2元購修改版\2元購\GoodsAdd.aspx.designer.cs
?????文件?????????381??2016-12-08?21:00??2元購修改版\2元購\GoodsAdd.js
?????文件????????3079??2016-12-09?12:48??2元購修改版\2元購\GoodsSelect.aspx
?????文件?????????688??2016-12-09?12:48??2元購修改版\2元購\GoodsSelect.aspx.cs
?????文件????????3533??2016-12-09?12:47??2元購修改版\2元購\GoodsSelect.aspx.designer.cs
?????文件????????3313??2016-12-05?18:41??2元購修改版\2元購\menu_Css.css
?????目錄???????????0??2017-04-07?23:25??2元購修改版\2元購\obj\
?????目錄???????????0??2017-04-07?23:25??2元購修改版\2元購\obj\Debug\
............此處省略602個(gè)文件信息

評(píng)論

共有 條評(píng)論