Click here to Skip to main content
15,891,679 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi everyone,

Really need some help here. Is there any ways to connect to other page in another project and grabbing some session value from the previous page. ive tried to used server.transfer("feedback.aspx"), response.redirectlocation("http://www.nanogroceries.com/feedback.aspx").but sadly both of these solution aint work.please help me.
Posted

Try using Response.Redirect("www.google.com");
 
Share this answer
 
You do not able to get session of different websites.The server.Transfer only sends the data within the site.You should use Response.redirect with full url of the page for connection between two sites.

Use xml serialization or database for temporary storage of data.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900