Click here to Skip to main content
15,888,286 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
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
Posted

Try this one.
In sumbit button click, get the selected rows and store it in session.
Use that session in parentpage
 
Share this answer
 
I will suggest that use modal popups, by this way u dont need to use session.
you can easily fnd the checked row in main page.
 
Share this answer
 

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