How should I to release the pop-up page object on memory when I close the page.

  • Thread starter Thread starter ABC
  • Start date Start date
A

ABC

How should I to release the pop-up page object on memory when I close the
page?

I have main page, which will open a popup webpage when a button clicked. In
the first opened pop-up page, it is no problem. After closed pop-up page,
then second click button, it don't run over the Page_Load event of the
pop-up page. I think it have page object storage on memory. How should I
to release the page object when I closed pop-up page.
 
Yep, you shor do have a page object storage in memory. On the client. Let
the user on the client worry about that.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
You can lead a fish to a bicycle,
but it takes a very long time,
and the bicycle has to *want* to change.
 
Then, How should I to do release objects

Kevin Spencer said:
Yep, you shor do have a page object storage in memory. On the client. Let
the user on the client worry about that.

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
You can lead a fish to a bicycle,
but it takes a very long time,
and the bicycle has to *want* to change.
 
Back
Top