how to make function to auto save text file using c#
i have .txt file where value has been automatic updated every 15 min.
i want to display all updated data every 15 min in .aspx page. But same is not possible without save data in .text file.
So i want to save .text file automatically every 15 min then my updated data display in my .aspx page.