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

I have a user control page wher i have a grid view with the check box. I have an aspx page with hyper link. On the click of hyper link i want to show the user control page as modal pop up after selecting the record from the grid view with the help of check box, i want to show the selected row of the user control's grid view as row of grid view on parent aspx page.

I am dynamicaly creating the Grid view of Parent page.

Please help me out.

Thanks,

Avinash
Posted

1 solution

Popups are generally evil and often blocked. Use jQuery and a jQuery library to create a CSS popup that is really a div that gets shown over the top of the 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