I have a webform that shows list of records in html table, each record has HiberLink control, if a user click on it, it should open a pop up page that shows more details about the clickd record. within the child page, i do some update for the related record details and then close the window and get the focus back on the parent page. i am looking for a way to refresh the parent page as soon as i close the child page to reflect the updated record that has been made within the child page. i am not sure how can i do this.
Any idea please