This is really weird and I just can't seem to get it figured out.
I have a page with a formview control. When users insert a record, they type a name into the very first textbox in the form and click a search button. This name is passed via querystring to a search page. After a search is performed on the search page to locate the appropriate name, the user is redirected back to the original form which is now partially populated by the search results. The user continues to enter the record and saves it.
Now, when the user goes to enter another record and types a name into the textbox, the querystring brings the value that was entered into the textbox for the previous record entry, not the current one.
After each save I reset the value of the name textbox to name.text = nothing but the textbox continues to remember the previous value.
I'm not experiencing this problem anywhere else.
Does anybody have any ideas?
I have a page with a formview control. When users insert a record, they type a name into the very first textbox in the form and click a search button. This name is passed via querystring to a search page. After a search is performed on the search page to locate the appropriate name, the user is redirected back to the original form which is now partially populated by the search results. The user continues to enter the record and saves it.
Now, when the user goes to enter another record and types a name into the textbox, the querystring brings the value that was entered into the textbox for the previous record entry, not the current one.
After each save I reset the value of the name textbox to name.text = nothing but the textbox continues to remember the previous value.
I'm not experiencing this problem anywhere else.
Does anybody have any ideas?