My understanding
(Edit to clarify) The value of this may be incorrect but I believe visible form fields that are populated before the page is fully loaded or by the user do not new viewstate to maintain their values as they are gets posted back with to the page submitserver when the form is submitted. I would think a If you have an input that is set as type hidden field with it's value and you set before the page is fully loaded would act value of it such that it renders in the same way, but if you set source (look at the source after hitting your find button) then the new value dynamically will post back as well.
Check if this is the case or if you would need have anything else overwriting the viewstate to store that value.
