The asp.net markup looks like the following:
What I am trying to say is the following:
To state the question better: There is a web form with a checkbox list control in a tall panel with scrollbars set to auto. The user clicks on the checkbox, and it alters the form, and during the parital or whole page postback, the panel scroll position defaults back to the top. How do I reset the scroll position to where the user left it, during a partial or whole page postback.
Replies
Know the answer? Post it — somebody with the same question will find it here.