Superskin6
New Member
I am sure this has been asked before, but all of the links I find have to do with posting data to a popup page. In my case I am trying to return two values/variables from the popup page back to the orginal page. My effort thus far was to create two session variables in the popup page code behind, and then refresh the first page when the popup was closed. I'm not sure how best to do this. I do not want a fullpage refresh, I just want two textboxes to show the values of each of the session variables.If I use the postback URL on my close button, my codebehind never fires to populate my session variables and it opens another instance of my calling page.If someone has a link or tutorial to show this I would be very greatful.Thank you,