DotNetGnat
Programmer
Hi Guys,
I have a page which consists of a frameset. Kind of a menu items frame and a content frame. Now on one of the content pages i have a table display(which actually is used for recordset display).
Now i have a link on this content page which when clicked open a new page (deletes some of the records in the background) and confirms the user about their action and closes the window. Now the user is back the content page but the deleted records still show in the table because the content frame did not get refreshed/reloaded.
How and when can i reload the content page during this deletion process.
thanks for any input.
-DNG
I have a page which consists of a frameset. Kind of a menu items frame and a content frame. Now on one of the content pages i have a table display(which actually is used for recordset display).
Now i have a link on this content page which when clicked open a new page (deletes some of the records in the background) and confirms the user about their action and closes the window. Now the user is back the content page but the deleted records still show in the table because the content frame did not get refreshed/reloaded.
How and when can i reload the content page during this deletion process.
thanks for any input.
-DNG