CodeCharge Studio
search Register Login  

Web Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> General/Other

 How do I summit values from one page to another?

Print topic Send  topic

Author Message
bianchef

Posts: 17
Posted: 03/21/2007, 6:30 PM

Simply put...

How do I summit values from one page to another?

See "how do i summit record values to populate a different page with a button click" on CodeCharge Studio > IDE/GIU for my original question.
View profile  Send private message
gregm

Posts: 21
Posted: 03/22/2007, 2:44 AM

Either with a session variable or with a URL parameter on your redirect.

In VB.NET

response.redirect("url.com?" & your params )

or

session.add("mysession","value") then on the page load of the next page

setvalue = session("mysession")

Does this help?

Thanks.
_________________
Greg Martin
gmartin@microresource.co.uk
View profile  Send private message

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Web Database

Join thousands of Web developers who build Web applications with minimal coding.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.