Hi Friends,
How to post back data from popup page to the parent page with out postback? The popuup page has the data in Datagrid which has the chckboxes.only the records which are selected in the datagrid has to be sent to parent page on the click of submit button in the popup page.
Please help in finding the solution.
thanks,
MSD
Loading
Javeed M ShaikhPosted Oct 5, 2011, 11:31 AM
1. Store the values in Session and access the session in the parent page.
2. Collect your values and use window.opener.document.getElementById in the popup page to pass the value.
Please do not forget to mark "Accepted Answer"