r p

r p

  • NA
  • 343
  • 0

How to pass items from FANCY BOX page to the page which called fancy box page

Sep 21 2012 9:17 AM

Hi,
I have a fancy box on my ASP.NET Web page just like in the following example - http://fancybox.net
Instead of the image in the example, I have a button in my ASP.NET web page. When someone clicks on that button, it will show another AsP.NET page (mypage2.aspx) as my facy box.

The fancy box (mypage2.aspx) has a list names like - Jack, John, David etc and there is link botton called "ADD ME" against each name. When the customer clicks on "ADD ME", that particular name should go back to the page (mypage1.aspx) which called the fancy box. What is the best way to implement this? For example, if I click "ADD ME" button near David; David should appear in the page which called fancy box.
Cheers,