//如何从系统取得UserName的值,赋值给Session。

     Session[“UserName”]=User.Identity.Name.Tostring();      // User.Identity.Name是系统自带的用户变量。

相关文章:

  • 2021-09-27
  • 2022-12-23
  • 2021-10-26
  • 2021-12-26
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-09-13
  • 2021-10-15
  • 2022-12-23
  • 2021-11-29
  • 2021-08-23
相关资源
相似解决方案