Work on ASP.NET Visual Studio 2010 C#. I have a page. From this page I need to call a page on popup. On the popup page selected value will be set on the parent page text control.
- One parent page
- One child page.
- Call parent to child as popup.
- On popup window contain a grid.
- On popup grid have command select,click on select close popup and selected value will set on parent page text control.