Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
alpoor
Starting Member
29 Posts |
Posted - 2005-08-18 : 17:03:31
|
Is there a way to fire OnSelectedIndexChanged in main window from pop up window to refresh the list box in main window after pop window closed |
|
AjarnMark
SQL Slashing Gunting Master
3246 Posts |
Posted - 2005-08-18 : 18:19:02
|
I believe this can be done with JavaScript. In the popup window, trap for the window closing and reference the main window via Parent.---------------------------EmeraldCityDomains.com |
 |
|
|
|
|