Google Brother Up

2009/02/27

Data does not show when updated windw is reopened

Suppose I am opening a new window with window.open() and saving some changes in the window and closing the window. When I reopen the window it shows the previous values. (It display data which had appeared before the changes) after refreshing only I am getting recent data. I need new data only while opening the window.


To solve this we do: -


Response.Cache.SetCacheability(HttpCacheability.NoCache) will have to be put on onload()


Javascript code to refresh the page called window.refresh() will not work here.

212 unique visitors

No comments:

Drop Down List

1. http://www.janetsystems.co.uk/Articles/NetArticles/tabid/74/itemid/161/modid/449/Default.aspx