Hello,
I will try to explain you my problem:
I have got two pages : the parent page and his popup. The popup is a control included in my parent page who loads an other aspx page when I decide it.
Both aspx pages share a session var.
In my popup I feel some controls. This controls are used to feeled my session var WHEN I press a button.
Pressing this button do 2 things :
- a client action : closing the popup
- a server action : updating my session var
So when I am back on my parent page my session var don't seems to be updated but if I press the F5 key it's ok.
I hope you have understand. Thanks for your help.
...
Go to the complete details ...