Session Value Getting Lost
I have developed a page with a lot of web controls. One of the web control requires opening up of a new page to populate values for it.
At that moment, I am using a Session variable to retain the values of the web controls already populated. When I am done with adding values for the web control in new page and closing the same, the control comes back to the first page but the values for the web control is getting lost despite the Session variable being used to repopulate them. What can be the problem? How can I resolve it?
|