as in updating/rebinding a grid on the main page after entering and saving data in a popup. here's what i have..
the main page has 3 grids on it the 3rd of which is bound to its datasource based on the selection made in the 2nd grid (via radio button in first column). the 3rd grid has a standard button associated with it that brings up a popup window (via javascript)
from which you can add records that eventually will show up in the 3rd grid. once you add a record, the popup doesn't close but instead stays open and displays an icon in the first column indicating that the record was saved. the problem is, at that point
i want to update the grid on the main page to reflect the new records but am having a problem figuring out how to do this.
i thought of using custom events but couldn't figure out how to do it between 2 windows.
i also tried using the ModalPopup from the Ajax toolkit (which i've used many times before with no problems) but for some reason ...
Go to the complete details ...