1.relCarStyle2页面赋值

            ViewState["CarTypeExceptList"] = this.CommonCarStyleIDs;

2.其它页面

            relCarStyle2 xxx = (relCarStyle2)Context.Handler;
            List<Guid> d = (List<Guid>)xxx.PublicViewState["CarTypeExceptList"];

相关文章:

  • 2021-09-21
  • 2022-01-19
  • 2022-02-15
  • 2022-01-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-09
  • 2021-09-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-22
  • 2022-12-23
相关资源
相似解决方案