How can i refresh a asp page from code behind? C# [duplicate]
问题 This question already has answers here : Refresh Page C# ASP.NET (10 answers) Closed 4 years ago . I'm kind of new at this and my English is also poor. Anyway: I'm trying to set a Timer that refreshes my page if there is any new record on my report. Apparently my timer works fine because when i debugged it it enters into the function Timer1_Tick , but it doesn't refresh my Page. Here is the code: System.Timers.Timer Timer1 = new System.Timers.Timer(); Timer1.Interval = 10000; Timer1.Elapsed +