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

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.
 
K

Kevin Spencer

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.
 
A

ABC

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top