I have a sub that I use to add a Pop-Up window to a button that used to work. The pop-up still appears to work properly on initial loading of the pop-up window.
It populates data from the Session variables that I had set previously and everything looks good. The problem is that when I do something that causes a postback in the pop-up window it appears to clear out all of the Session variables, including those from the parent page.
This causes issues when returning from the pop-up to the main page.
This worked a few weeks ago and I haven't changed anything that would cause this.
Can anyone give me some ideas on what to check to see what could cause the problem?
Thanks,
Josh
It populates data from the Session variables that I had set previously and everything looks good. The problem is that when I do something that causes a postback in the pop-up window it appears to clear out all of the Session variables, including those from the parent page.
This causes issues when returning from the pop-up to the main page.
This worked a few weeks ago and I haven't changed anything that would cause this.
Can anyone give me some ideas on what to check to see what could cause the problem?
Thanks,
Josh