Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP 3 Classic ASP Active Server Pages 3.0 > ASP Forms
|
ASP Forms As of Oct 5, 2005, this forum is now locked. Please use "Classic ASP beginner" at http://p2p.wrox.com/forum.asp?FORUM_ID=54 or "Classic ASP Professional" http://p2p.wrox.com/forum.asp?FORUM_ID=56 instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP Forms section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old April 1st, 2005, 08:37 AM
Registered User
 
Join Date: Apr 2005
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default asp pass values to aspx and then display on asp

Hi
Please let me know if it is possible for an asp page to request info from an aspx page: i'll Explain
a request comes into my asp page
my asp page then sends it off to the aspx page
aspx page generates a result.

but now i want to display the result on the first asp page with out leaving it.

any help will greatly be appreciated
Wayne
 
Old April 1st, 2005, 09:17 AM
Friend of Wrox
 
Join Date: Oct 2003
Posts: 326
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to Santhi Send a message via MSN to Santhi
Default

Use Querystring to get the results of an asp page into aspx.

 
Old April 1st, 2005, 09:29 AM
Registered User
 
Join Date: Apr 2005
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi santhi
Thanks for the reply but i think my question is not put clearly
i got 2 page a and page b
page a gets information
i want to keep page a open but send the information to page b to process
page b silently returns a result that will be displayed on page a.
now is that possilble :o)
thanks in advance

 
Old April 1st, 2005, 09:46 AM
Friend of Wrox
 
Join Date: Oct 2003
Posts: 326
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to Santhi Send a message via MSN to Santhi
Default

Try opening the page b in new window and pass the process result to page a using javascript(window.opener.document.frmT.txtBox.Valu e = something)

 
Old April 6th, 2005, 09:24 AM
Authorized User
 
Join Date: Mar 2005
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Default

You can use the Server.execute method to temporarily transfer processing to another page. Once that page has finished executing, control is returned to the calling page.

 
Old April 6th, 2005, 09:33 AM
Registered User
 
Join Date: Apr 2005
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Thanks orbbital will give it a shot but do you think i can extract info from the page that is temporarly opened back to the page that opened it? now thats the question

 
Old April 6th, 2005, 09:42 AM
Authorized User
 
Join Date: Mar 2005
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Default

As far as I'm aware, you cant do it directly using the server.execute method, but you can use session variables to hold the info between pages.






Similar Threads
Thread Thread Starter Forum Replies Last Post
Pass values from Aspx page to Flash Muthunagai.A Excel VBA 0 April 25th, 2007 11:37 PM
Pass values to VB6 dll from asp page Poppy Classic ASP Basics 0 February 10th, 2006 05:08 AM
Passing values between Asp to Aspx page jayaraj General .NET 2 May 25th, 2004 01:16 AM
Passing values between Asp to Aspx page jayaraj VS.NET 2002/2003 2 May 23rd, 2004 06:54 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.