W
William F. Robertson, Jr.
I am having difficulty in diagnosing this problem and was throwing it out
for some other eyes.
I have derived my own Page class from System.Web.UI.Page and have overridden
the LoadViewState method. I derive all of my application pages from my own
Page.
For some reason on two of my pages the LoadViewState derived method is not
firing and thus not setting up some of my controls on the page. On the
other 240 ish pages, the LoadViewState method is running properly.
Interesting though, one time during the debugger it did LoadViewState, but
it seemed to only be a fluke because it didn't work the next time in debug
mode. ( no code changes )
What are some of the reasons that would cause the LoadViewState method to
not fire? I have checked and the postback page request is being correctly
identified as a postback. EnableViewState is also set to true.
TIA,
bill
1.1 .Net framework
for some other eyes.
I have derived my own Page class from System.Web.UI.Page and have overridden
the LoadViewState method. I derive all of my application pages from my own
Page.
For some reason on two of my pages the LoadViewState derived method is not
firing and thus not setting up some of my controls on the page. On the
other 240 ish pages, the LoadViewState method is running properly.
Interesting though, one time during the debugger it did LoadViewState, but
it seemed to only be a fluke because it didn't work the next time in debug
mode. ( no code changes )
What are some of the reasons that would cause the LoadViewState method to
not fire? I have checked and the postback page request is being correctly
identified as a postback. EnableViewState is also set to true.
TIA,
bill
1.1 .Net framework