I have a div as such:
<div style="overflow-y: scroll; height: 260px">
I contains a few hundred records and allows me to select an item to populate a formview control below it.
The problem is that when the page posts-back, the scroller position goes back to the top of the div. I want to try and maintain its position so that the selected record is still visible.
Any ideas?