Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在处理 asp.net 应用程序。用户单击网格项模板字段内的某个链接。如果他没有登录,那么他会重定向到登录页面。登录后,他正确返回到同一页面;问题是“我已将查询字符串中的值传递给他单击链接的页面,并且在登录后网格显示为空白,因为该网格未获取查询字符串值“我想你理解我的问题。请分享你的有用意见。
http://www.aspdotnetfaq.com/Faq/what-is-the-difference-between-server-transfer-and-response-redirect-methods.aspx
这不是缺陷,而是 Response.Redirect 的期望行为。
在会话中存储值并在他从登录页面成功返回后检索它。