Okay... a little better, but still not sure what's happening with my page. I have a datagrid, that dynamically creates textboxes. I have a custom Validator that iterates thru the rows in the grid to make sure at least one of them has a value entered. (You can't place the order unless you enter at least one quantity.)
So I enter a quantity in one of the fields and press the button to send the order, but the response from the server has a clear dataGrid (the tbs are there, but not the value I entered) and my validator is up saying I didn't enter a value. Does validation run after viewstate is loaded? I think it does, cause this validator worked fine before.
(I changed the sequence of a few methods to accomidate some requested changes to the form, and don't know which one is causing this.) Bad Mark, no coffee!