Deleteing cache upon submit
- by user279521
I have an asp.net web form (c#, .NET framework 3.5) that returns to itself after the user clicks the submit button. I think that some values of the form are cached (some controls in a "placeholder" are out of position... meaning they have moved slightly up or down on the web form).
How can I delete the cache after user clicks submit, and ensure that the form reloads fresh, after submit?