So, I am doing a moderately complicated ASP.NET form in an Intranet environment, and for the first time I am making extensive use of SmartNavigation as well as AutoPostback. When it works, it is cool, and allows this overly complex form (over which I have no design say) to work correctly. Almost.
The problem is this: Sometimes, when the form is first loaded, the first AutoPostback sometimes clears the form, as if the Reset button was pressed. I cannot currently reproduce it on my machine, but others are able to reliably, and I did see it once or twice on my machine.
Is this a known problem? Does anyone know of a workaround?