K
Kittie
Hello,
I'm pretty new to web programming and i'm facing an issue.
Hope someone can help!
I have a LinkButton in a form and when i click on it, it posts back to
the page. The problem i want to resolve is that if i refresh the page,
i get this annoying POSTDATA message dialog that ask for data resending
or not.
I assumed that this was caused by the values contained in the
Request.Form collection. Is there a way to clear the values (as it is
read only) after having processed the events ?
Or maybe a better workaround ?
Thanks for your help!
I'm pretty new to web programming and i'm facing an issue.
Hope someone can help!
I have a LinkButton in a form and when i click on it, it posts back to
the page. The problem i want to resolve is that if i refresh the page,
i get this annoying POSTDATA message dialog that ask for data resending
or not.
I assumed that this was caused by the values contained in the
Request.Form collection. Is there a way to clear the values (as it is
read only) after having processed the events ?
Or maybe a better workaround ?
Thanks for your help!