Refresh Page
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hello, I am trying to figure out how I can trigger a page refresh when a new DB record is inserted. The record will inserted from another application so I would need to detect it some how. Thanks so much. RB
-
Hello, I am trying to figure out how I can trigger a page refresh when a new DB record is inserted. The record will inserted from another application so I would need to detect it some how. Thanks so much. RB
IMO, You cannot. Cause the web server will serve if client sends a request to him... So, for me, the work around for this issue is that you make your web page is refreshed itself after an interval time...to detect if the record is added... Just an idead.. << >>