1,Profile实现:

方式1:

购物车实现方式

数据主要存储在SqlServer自定义表中。

其中获得用户名方式:HttpContext.Current.User.Identity.Name

profile.cartManager

b,数据存储在Profile中

 

2,cookie实现

相关文章:

  • 2022-12-23
  • 2021-10-04
  • 2021-05-02
  • 2022-01-14
  • 2021-12-25
  • 2021-05-15
  • 2021-11-03
  • 2021-08-19
猜你喜欢
  • 2021-12-22
  • 2021-12-06
  • 2022-12-23
  • 2022-12-23
  • 2022-01-10
  • 2021-09-22
  • 2021-12-15
相关资源
相似解决方案