M
morrisdn13
I have encountered a very strange problem that makes it look like the page
is not recreated in entirety after a postback when I turn on
smartnavigation.
If I click on a server control, the page is returned blank. I have a
JavaScript routine displaying a session countdown in the browser statusbar
that continues counting without resetting as it normally would after a
postback. An error icon is displayed in the browser statusbar after the
postback which displays "Error: document.body is null or not an object" -
obviously related to the JavaScript routine that fires from the body onload
event. Right-clicking on the page does not bring up the context menu.
Attempting to save the page results in the browser causes a postback that
does save the page to file but still the original browser displays a blank
page. Hitting the refresh button does result in a page being rendered. I
would really like to use smartnavigation on this particular page. Any
ideas?
is not recreated in entirety after a postback when I turn on
smartnavigation.
If I click on a server control, the page is returned blank. I have a
JavaScript routine displaying a session countdown in the browser statusbar
that continues counting without resetting as it normally would after a
postback. An error icon is displayed in the browser statusbar after the
postback which displays "Error: document.body is null or not an object" -
obviously related to the JavaScript routine that fires from the body onload
event. Right-clicking on the page does not bring up the context menu.
Attempting to save the page results in the browser causes a postback that
does save the page to file but still the original browser displays a blank
page. Hitting the refresh button does result in a page being rendered. I
would really like to use smartnavigation on this particular page. Any
ideas?