Deleteing cache upon submit

Posted by user279521 on Stack Overflow See other posts from Stack Overflow or by user279521
Published on 2010-03-02T14:09:21Z Indexed on 2010/04/10 14:13 UTC
Read the original article Hit count: 140

Filed under:
|
|

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?

© Stack Overflow or respective owner

Related posts about asp.net-3.5

Related posts about c#