65.9K
CodeProject is changing. Read more.
Home

Populating Parent Grid from Popup Window Using Ajax

starIconstarIcon
emptyStarIcon
starIcon
emptyStarIconemptyStarIcon

2.40/5 (2 votes)

Nov 20, 2007

CPOL

2 min read

viewsIcon

52856

downloadIcon

665

This article discusses a way of communicating to a web page from its popup or child window, both on a server and client level. One way a grid is populated from a popup: when editing rows in a grid, you show the edited records in the parent simutaneously without postback from a child popup window.