Hi
I am using asp.net 2.0 . I have 2 web pages. parentPage.aspx and popuppage.aspx.
I need to transfer all items of the listbox from child page to parentpage listbox. I am using a hidden field in parent page to capture the values.
Also I want to refresh the parentpage so that the parent page listbox items are available on the server side also because I need to push these values into the database.
The code below does populate the parent page listbox with values but values don't persist once the page is refreshed. I know I need to use the "__doPostBack" function of javascript but I am struggling with this. Please help me out.
ParentPage.aspx
--------------------------
popuppage.aspx
--------------------