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.
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
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.