Post to another page

  • Thread starter Thread starter Aurelio
  • Start date Start date
Yes, i need to transfer the value of a param from page1 (ASP.NET) to page2
(not ASP.NET). The problem is that Server.Transfer(http://www.xxxxxxxx.net)
doesn't work because it needs a virtual url.
 
Hello,

What exactly you want.

if you want to tranfer the values from page1 to page2 u can use
Server.Transfer

Regards,
 
have you tried Response.Redirect ?... this command will work for non
asp.net page , but doesnt post to the destination page though, but you will
be able to pass query string..

if only posting will work , google for "ASP.NET post to another page".. you
may find some work arounds
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top