本文介绍了在页面之间发送大量参数的最佳方法是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个JSF页面,我想使用很多参数进入另一个页面.当我在h:link处通过f:param将它们添加到查询字符串中时,它会很长而且不清楚,就像这样:

I have one JSF page and I would like to get to another with a lot of parameters. when I add them to query string by f:param at h:link it would be very long and unclear, like this:

http://www.example.org/?id1=1&id2=2&id3=3&id4=34324& id5 = fdgfrde& id6 = 434& id7 = 4324& id7 = 5543& id8 = rewr& id9 = fwefe& id10 = 1021021& id11 = retert

为什么在页面之间发送此参数最好?

what is the best why of sending this parameters between pages?

推荐答案

请了解以下内容,然后您才能通过自己获得答案...

Please learn about the following things then u can get the answer by ur self...

asp网点中的状态管理

State Management in asp dot net

客户端

隐藏字段

查看状态

饼干

控制状态

查询字符串

服务器端

会话

应用

了解更多详情

http://www.codeproject.com/Articles/492397/ASP.NET中的国家管理简介

这篇关于在页面之间发送大量参数的最佳方法是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-26 08:10
查看更多