PDA

View Full Version : how to maintain reference to all pop ups


sama
09-11-2006, 08:37 AM
Hi ,
I have developed an application which consists of many pages.
On a page x, user can click a button to get some pop up.
Now when he navigates to other pages and comes back to this page again, on click the button , i want to show the same pop up instead of creating a new pop up.
So how do i store the reference for the pop up which should not be destroyed when user navigates to different pages and comes back to same page.


Regards,
Sama