Hi Donal,
I think Jeffery's suggestion is reasonable since the LoadViewState occurs
after the page's Init event and can't be manually changed. Also, as the
asp.net Page's ViewState is based on the normal html input hidden field(
<input type="hidden" name="__VIEWSTATE"
value="fjk43j53kj43mefdSds/jfdsjfksdfdsm-" /> ) , if you do need to store
some custom datas in page and be retrieved in the sequential request before
the page's LoadViewSTate, I suggest you try putting some <input
type="hidden" ..> elements on the page and store datas in it. How do you
think ?
If there's any other questions, please feel free to post here. Thanks.
Steven Cheng
Microsoft Online Support
Get Secure!
www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)