J
Jay
I have a situation where the user clicks on a button in a
DataGrid to launch a popup window via javascript. In the
popup window the user does some things that result in
changes to the underlying database the DataGrid is using
as a data source. When the popup window is closed I want
to refresh the main window -- i.e., cause a postback to
happen.
Is this possible?
From a user-interface perspective the popup window works
very nice. I know that I could perform the same funtion
in the main window but that would be messy.
Jay
DataGrid to launch a popup window via javascript. In the
popup window the user does some things that result in
changes to the underlying database the DataGrid is using
as a data source. When the popup window is closed I want
to refresh the main window -- i.e., cause a postback to
happen.
Is this possible?
From a user-interface perspective the popup window works
very nice. I know that I could perform the same funtion
in the main window but that would be messy.
Jay