S
scolemann
Hi All,
I've noticed that if I click a button before the viewstate has been
transferred to the browser, the viewstate information posted back is
none or part of the ViewState. I verified this using the Fiddler tool
to monitor the requests sent to the server.
This postback causes havoc on the page because the expected data was
missing from the viewstate. Is there a way to ensure that the
viewstate is loaded at the top of the page? This would slow down
loading the graphical elements of the site, but would ensure it worked
correctly.
Thanks,
Cole
I've noticed that if I click a button before the viewstate has been
transferred to the browser, the viewstate information posted back is
none or part of the ViewState. I verified this using the Fiddler tool
to monitor the requests sent to the server.
This postback causes havoc on the page because the expected data was
missing from the viewstate. Is there a way to ensure that the
viewstate is loaded at the top of the page? This would slow down
loading the graphical elements of the site, but would ensure it worked
correctly.
Thanks,
Cole