Sorry, I was being stupid! Simply using the ScriptManager I redericted to a page where paypal.aspx which has the follwoing in the code-behind: Response.Clear(); Response.Write(Session["userCart"]); Response.End(); And on the stated page I put strResult into a session object.