H
Hrvoje Vrbanc
Hello!
I have an ASP.NET page that displays some data from an SQL Server 2005
database, using a Select query. The database is updated by another piece of
software, independently of the ASP.NET page. The ASP.NET page only displays
data and it has nothing to do with inserting or updating data.
What is the best way to force the refresh of the ASP.NET page every time a
new record is inserted in the table?
I tried to implement SQL Server cache dependency/invalidation but although
the page returned no errors, I couldn't manage to make it refresh.
Thank you in advance,
Hrvoje
I have an ASP.NET page that displays some data from an SQL Server 2005
database, using a Select query. The database is updated by another piece of
software, independently of the ASP.NET page. The ASP.NET page only displays
data and it has nothing to do with inserting or updating data.
What is the best way to force the refresh of the ASP.NET page every time a
new record is inserted in the table?
I tried to implement SQL Server cache dependency/invalidation but although
the page returned no errors, I couldn't manage to make it refresh.
Thank you in advance,
Hrvoje