将内容从一页发布到另一页 [英] Post the content from one page to another page

查看:94
本文介绍了将内容从一页发布到另一页的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何将多个值从一页发布到另一页?

How to post the multiple values from one page to another page?

推荐答案

如果数据不是秘密,则可以使用Request.QueryString进行此操作,否则请使用Session变量.
You can do this using Request.QueryString if the data is not secret else use Session variables.


您可以使用任何适合的查询字符串或会话.
You can use querystring or session whatever suit you.


您可以使用

  • 查询字符串
  • Cookies
  • 会话变量
  • Server.Transfer
  • 回发URL
You may use

  • Query Strings
  • Cookies
  • Session variables
  • Server.Transfer
  • Post Back URL


这篇关于将内容从一页发布到另一页的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆