I created a very simple ASP.NET application with one ASP.NET textbox control, ASP.NET button control and a ASP.NET gridview control.
When my client loads the application for the very first time, they enter in some text and press enter. The application does not load the results and clears the text box control. When they close their browser and re-open the application, it works as expected.
The cause of the weird behavior was their browsing history setting for "Check for newer version of stored pages" is set to automatically. When it is set to "Every time I visit the webpage", the application works the first time they load it in their browser.
What can I do programmatically to make it work everytime the client uses the application?