MaintainScrollPositionOnPostback = true
its working with IE but not with mozilla(version 9)
suggest another way of maintaining scroll position that is browser independent..
thanxx
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Found the answer here:
http://weblogs.asp.net/andrewfrederick/archive/2008/03/04/maintain-scroll-position-after-asynchronous-postback.aspx
and here:
https://web.archive.org/web/20211020140248/https://www.4guysfromrolla.com/articles/111704-1.aspx
Let me know if it works out for you!
EDIT
Since I just had link answers I am actually just going to paste the code snippets here in case those links disappear:
From http://weblogs.asp.net/andrewfrederick/archive/2008/03/04/maintain-scroll-position-after-asynchronous-postback.aspx:
From: https://web.archive.org/web/20211020140248/https://www.4guysfromrolla.com/articles/111704-1.aspx
All the credit to the guys that worked hard on these answers.