> So are you telling me there is NO way to prevent this behavior?
Well. It is behavior of the browser, and your server-side generated code can only influence that as far as the browser allows it. I am sure that there are some tricks thinkable with javascript (give each formfield a default value and do a form.reset() at the body.onload). But no success guarantee.