本文介绍了从第1页创建会话并检索到第3页的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
会话[名称] //此会话仅用于Page3.aspx
会话[数字] //此会话仅用于Page 2
Respone.redirect(Page2.aspx)
会话[名称]只需要Page3.aspx,我如何存储并检索到Page3.aspx
订单是Page1.aspx> Page2.aspx> Page3.aspx,不能跳页。
Session["name"] //this session is only needed for Page3.aspx
Session["number"] //this session is only needed for Page 2
Respone.redirect ("Page2.aspx")
Session["name"] is only needed for Page3.aspx, how am I going to store this and retrieve to Page3.aspx
The order is Page1.aspx > Page2.aspx > Page3.aspx, cannot jump page.
推荐答案
这篇关于从第1页创建会话并检索到第3页的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!