timer on web app
问题 i want my website(C#) will call async every 15 min to some c# function how can i do that? thanks 回答1: There is a standard Ajax (utilising client side Javascript) Timer Control that is part of the .Net Ajax Framework which is included with all versions of ASP.Net 3.5 up, prior to that the Ajax controls were available as a seperate download. From the MSDN Library Timer Control Overview: The Microsoft Ajax Timer control performs postbacks at defined intervals. If you use the Timer control with