Refresh Page C# ASP.NET
Is there a Page.Refresh type of command to refresh a page?
Is there a Page.Refresh type of command to refresh a page?
I have a web form with a detail and a list view on it, the user fills the data in the fields of the detail view and then presses the “save” button, and everything is ok for the moment.
I was hoping if anyone can answer a fundamental question that I have regarding refreshing of a web page.
How can I find out if the user pressed F5 to refresh my page (Something like how SO implemented. If you refresh your page, the question counter is not increased). I have tested many code snippets mentioned in a dozen of tutorials, but none worked correctly.
simple question…
I am writing an FTP downloader. Part of to the code is something like this:
This is a very basic question – but I haven’t been able to find an answer by searching online.