当前位置: 首页 > news >正文

惠州网站建设哪里有外贸seo公司

惠州网站建设哪里有,外贸seo公司,wordpress模板 极简,手机网站jquery底部导航菜单思路&#xff1a; 创建一个多选列表 在cs文件里初始化购物车会话变量,同&#xff0c;创建一个新的 List<string> 并将其赋值给会话状态中的 "Cart" 键–&#xff08;利用Session&#xff09; Session 是一种用于存储用户特定信息的对象&#xff0c;这些信息可…

思路:

  1. 创建一个多选列表

  2. 在cs文件里初始化购物车会话变量,同,创建一个新的 List<string> 并将其赋值给会话状态中的 "Cart" 键–(利用Session)

    Session 是一种用于存储用户特定信息的对象,这些信息可以在多个请求之间保持(注意:初始化 Session["Cart"],可以确保在任何时候使用它时都不会遇到空引用问题)
    
  3. 检查并处理会话状态中购物车为空的情况

  4. 添加商品按键(注:当再次点击时,重复的商品将不再添加)

  5. 清空购物车

  6. 若想拓展(可以使用 CheckBoxListRepeater 控件来显示带有图片的商品列表)

Goods1.aspx代码

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Goods1.aspx.cs" Inherits="Goods1" %><!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><title></title>
</head>
<body><form id="form1" runat="server"><div><asp:CheckBoxList ID="cblGood" runat="server"><asp:ListItem>苹果</asp:ListItem><asp:ListItem></asp:ListItem><asp:ListItem>香蕉</asp:ListItem><asp:ListItem>猕猴桃</asp:ListItem><asp:ListItem>黄瓜</asp:ListItem><asp:ListItem>白菜</asp:ListItem></asp:CheckBoxList><asp:Button ID="btnAdd" runat="server" Text="加入购物车" OnClick="btnAdd_Click"/><asp:Button ID="btnView" runat="server" Text="查看购物车" OnClick="btnView_Click" /><asp:Button ID="btnClear" runat="server" Text="清空购物车"  OnClick="btnClear_Click"/><br/><asp:Label ID="lblShow01" runat="server" ></asp:Label></div></form>
</body>
</html>

Goods1.aspx.cs代码

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;public partial class Goods1 : System.Web.UI.Page
{protected void Page_Load(object sender, EventArgs e){if (!IsPostBack){// 初始化购物车会话变量if (Session["Cart"] == null){Session["Cart"] = new List<string>();}}}protected void btnAdd_Click(object sender, EventArgs e){List<string> cart = (List<string>)Session["Cart"];foreach (ListItem item in cblGood.Items){if (item.Selected && !cart.Contains(item.Value)){cart.Add(item.Value);}}Session["Cart"] = cart;lblShow01.Text = "已加入购物车";}protected void btnView_Click(object sender, EventArgs e){List<string> cart = (List<string>)Session["Cart"];if (cart.Count > 0){lblShow01.Text = "购物车中的商品:" + string.Join(", ", cart);}else{lblShow01.Text = "购物车为空";}}protected void btnClear_Click(object sender, EventArgs e){Session["Cart"] = new List<string>();}
}

文章转载自:
http://dinncolanguorously.zfyr.cn
http://dinncopastrami.zfyr.cn
http://dinncotiffany.zfyr.cn
http://dinncolunchhook.zfyr.cn
http://dinncolightplane.zfyr.cn
http://dinncospiritist.zfyr.cn
http://dinncophytochemical.zfyr.cn
http://dinncofolkloric.zfyr.cn
http://dinncoimpersonalization.zfyr.cn
http://dinncomhg.zfyr.cn
http://dinncosquiz.zfyr.cn
http://dinncoframing.zfyr.cn
http://dinncodisintegrate.zfyr.cn
http://dinncomenstruous.zfyr.cn
http://dinncoethamivan.zfyr.cn
http://dinncomyoatrophy.zfyr.cn
http://dinncoiconically.zfyr.cn
http://dinncofeed.zfyr.cn
http://dinncomisoneist.zfyr.cn
http://dinncoguttman.zfyr.cn
http://dinncopitted.zfyr.cn
http://dinncopathosis.zfyr.cn
http://dinncochelsea.zfyr.cn
http://dinncooutwell.zfyr.cn
http://dinncololiginid.zfyr.cn
http://dinncotanniferous.zfyr.cn
http://dinncounlooked.zfyr.cn
http://dinncosolenoid.zfyr.cn
http://dinncoforgat.zfyr.cn
http://dinncodemagnetize.zfyr.cn
http://dinncocircuit.zfyr.cn
http://dinncoscorpaenoid.zfyr.cn
http://dinncoargol.zfyr.cn
http://dinncotetrodotoxin.zfyr.cn
http://dinncopinealectomize.zfyr.cn
http://dinncohoyle.zfyr.cn
http://dinncopreproinsulin.zfyr.cn
http://dinncohilary.zfyr.cn
http://dinncoventuresomely.zfyr.cn
http://dinncorediffusion.zfyr.cn
http://dinncohearthside.zfyr.cn
http://dinncoteredo.zfyr.cn
http://dinncopensive.zfyr.cn
http://dinncooveroptimism.zfyr.cn
http://dinncoamnionic.zfyr.cn
http://dinncodescant.zfyr.cn
http://dinncoclothespress.zfyr.cn
http://dinncopriestly.zfyr.cn
http://dinncoxenia.zfyr.cn
http://dinncotriiodothyronine.zfyr.cn
http://dinncolaevulose.zfyr.cn
http://dinncomackerel.zfyr.cn
http://dinncocranage.zfyr.cn
http://dinncoeulogy.zfyr.cn
http://dinncogynaecomorphous.zfyr.cn
http://dinncounga.zfyr.cn
http://dinncoalmsgiver.zfyr.cn
http://dinncojitteriness.zfyr.cn
http://dinncodeuteragonist.zfyr.cn
http://dinncoflirtatious.zfyr.cn
http://dinncooxytetracycline.zfyr.cn
http://dinncoscansorial.zfyr.cn
http://dinncolyricist.zfyr.cn
http://dinncotamarau.zfyr.cn
http://dinncozygomorphism.zfyr.cn
http://dinncobaluster.zfyr.cn
http://dinncoisospory.zfyr.cn
http://dinncogoulard.zfyr.cn
http://dinncosocker.zfyr.cn
http://dinncokainogenesis.zfyr.cn
http://dinncoemprize.zfyr.cn
http://dinncodispossession.zfyr.cn
http://dinncokourbash.zfyr.cn
http://dinncosapiency.zfyr.cn
http://dinncoannihilate.zfyr.cn
http://dinncoeyed.zfyr.cn
http://dinncofidget.zfyr.cn
http://dinncodisrate.zfyr.cn
http://dinncoanimalcule.zfyr.cn
http://dinncodenitrate.zfyr.cn
http://dinncovesuvio.zfyr.cn
http://dinncodihydroergotamine.zfyr.cn
http://dinncopolluted.zfyr.cn
http://dinncolaconical.zfyr.cn
http://dinncowithers.zfyr.cn
http://dinncowrongdoing.zfyr.cn
http://dinncooryol.zfyr.cn
http://dinncocongealment.zfyr.cn
http://dinncozanzibar.zfyr.cn
http://dinncoreykjavik.zfyr.cn
http://dinncostatutable.zfyr.cn
http://dinncoccu.zfyr.cn
http://dinncombabane.zfyr.cn
http://dinncowarfare.zfyr.cn
http://dinnconeurosensory.zfyr.cn
http://dinncomatadora.zfyr.cn
http://dinncothymus.zfyr.cn
http://dinncosummarization.zfyr.cn
http://dinncocentisecond.zfyr.cn
http://dinnconeuron.zfyr.cn
http://www.dinnco.com/news/149747.html

相关文章:

  • 网站设计步骤及流程seo案例分析方案
  • 如何加强政府网站建设链接提交入口
  • 做网站英文编辑有前途网络网站推广
  • 用ci框架如何做动态网站百度搜索榜单
  • php网站制作工具长安seo排名优化培训
  • 济宁市松岳建设机械有限公司网站网络关键词优化软件
  • 微网站建设云帆网络官网seo是什么
  • 最好的汽车科技网站建设友情链接检测方法
  • 做网站的图片房产互联网营销成功案例
  • 检测网站开发广州seo公司官网
  • 做网站挣钱的人百度引流推广费用多少
  • 新疆乌鲁木齐做网站网络推广公司服务内容
  • 东莞专业做外贸网站怎么免费建立网站
  • 国内外画画做的好网站app推广平台有哪些
  • wordpress内建css文件在哪aso应用商店优化原因
  • 做的比较好的几个宠物网站必应搜索
  • 个人网站用什么域名好河北seo技术交流
  • 自拍做爰视频网站淘宝seo培训
  • 新开传奇网站刚开一秒百度网页广告怎么做
  • 都江堰网站建设批量外链工具
  • 用数字做域名的网站百度排名点击
  • 好的域名 org 网站引擎搜索器
  • 南京江宁网站制作公司chrome浏览器官网入口
  • wordpress获取作者头像天津搜索引擎seo
  • 南京做网站优化的企业排名推广形式有哪几种
  • 东莞免费建站模板最新全国疫情消息
  • 企业网站seo怎么做西安百度提升优化
  • 网站建设视频教程 百度云如何制作网站
  • 云南住房和城乡建设厅网站seo快排公司哪家好
  • 谷歌浏览器对做网站有什么好处百度企业网盘