Hi Richard,
You can try setting the MaintainScrollPositionOnPostback:
http://msdn.microsoft.com/en-us/libr...npostback.aspx This automatically scrolls back the page to where it was when you posted it back.
If that's not good enough (e.g. you need to scroll to a different position) take a look here:
http://www.4guysfromrolla.com/articles/111704-1.aspx
It explains how to implement MaintainScrollPositionOnPostback before it was added to the Page class and gives you some ideas on implementing something like this.
Cheers,
Imar