Hello All,
I am a beginner in asp.net..may be my question seems to be silly to you all, but pls help me out...

i have a web application which basically redirects the page to another web application and the url of the first web application has to captured in the second one...
the concept of using request.query string is ruled out...

i tried using the hiddenvariable in the first app.., but somehow its not working..

Anybody, pls help me out...
Thanks in Advance

Recommended Answers

All 4 Replies

well, there are a couple of things you can do. You can set it as a session variable.
you can also do a server.transfer instead of a response.redirect, which preserves the original url

but as far as i know server.transfer is valid only with page redirecting in the same web application but not to different application....
am i correct?

didn't notice the different application. That rules out session and application variables. hmmm....

Are you using ASP.NET 1.0/1.1 or 2.0 ?

Have you thought about a DataBase entry? Or is that not an option?
(temp table, or a log file (csv / txt) ) ??

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.