Hi, I'm trying to do something similar, though a few requirements for the page are complicating matters. Hopefully, somebody here can help.
Basically, I have a pair of pages, a parent page and a popup. As with the above, I'm trying to get the popup to return a value to the parent page. Now, here are the complications. I'm using ASP.NET. The parent page uses a repeater to create several instances of a table that has a button to call the popup and a textbox to accept the returned value. The popup displays a gridview with a list of items that are populated at run-time. The user is to select one of these, which then causes the value to be returned and the popup to close. So far, I have code setup to handle the click of an item through the code-behind file. That is, I have a
VB function in place that captures the value of the selected item. I just need to pass it back, somehow.
Any help would be greatly appreciated. We've been working on this with little success for a while now and are thoroughly stumped.