Click here to Skip to main content
16,017,726 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

I have a web page - page1.aspx from here on click of a link button I am opening a popup - page2.aspx. I have a checklistbox on page1.aspx which I need to populate after I close the popup, page2.aspx.

It would be of great help if any body can put some light on this topic.

Thanks in advance

Roy
Posted

1 solution

I assume something in the popup tells you how to populate it, so that means the data changes, which means a postback or an AJAX call.
 
Share this answer
 
Comments
s.royc 11-Aug-11 2:09am    
Hi Christian,
Thanks for your reply. I am actually inserting records in a table using the popup (Page2.aspx). The data I need to display in Page1.aspx. If that a postback or AJAX call, then how to do it.

Regards
Roy

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900