开发者

Passing values between web pages

开发者 https://www.devze.com 2023-01-02 04:06 出处:网络
I need to pass a dollar amount from one webpageto another webpage without letting the user modify the values when the 开发者_JAVA百科values are passed between these pages.

I need to pass a dollar amount from one webpageto another webpage without letting the user modify the values when the 开发者_JAVA百科values are passed between these pages. ie Page 1 (entry page) to Page 2 (confirmation page)

What is the best way to do this?


You could store the value into the Session and retrieve it from the second page.


You can also try on view state if the data is not so critical.

0

精彩评论

暂无评论...
验证码 换一张
取 消