ASPX page not getting refreshed
Hi,
From my ASP.Net page I am invoking a pop-up window, where I am setting some Key values and closing it.
Now on closing the pop-up my changes get reflected in DataBase and Session. But after closing the pop-up, when I transfer the
control to the calling page, it does not refresh its contents, rather it displays the older contents, although I am refetching the data from the database and binding the new data to all the controls.
But when I press F5 or Refresh button the page shows new values.
The enableviewstate properties of the controls are set to false. But still the problem is there.
Please let me know how to fix the issue.
TIA and Regards,
Swanand
|