J
jason
Hello.
I'm working with ASP.NET serverside and am looking for an easy way to
retain scroll position of the window.
Is there any way that a hidden form field could *always* have the
current document.scrolltop value set to it? Especially right before any
posting to the server is done.
I'm using asp.net datagrid code that does not give me any easy way to
tie javascript functions to controls - otherwise this might be easier.
Basically I guess I need grab to document.scrolltop and send it to the
server (so that I can return it when redering the page onload). But
<body onunload=> does not seem to work with my asp controls.
THANKS IN ADVANCE FOR ANY HELP OR INFORMATION!!!
I'm working with ASP.NET serverside and am looking for an easy way to
retain scroll position of the window.
Is there any way that a hidden form field could *always* have the
current document.scrolltop value set to it? Especially right before any
posting to the server is done.
I'm using asp.net datagrid code that does not give me any easy way to
tie javascript functions to controls - otherwise this might be easier.
Basically I guess I need grab to document.scrolltop and send it to the
server (so that I can return it when redering the page onload). But
<body onunload=> does not seem to work with my asp controls.
THANKS IN ADVANCE FOR ANY HELP OR INFORMATION!!!