I'm using the following code to move to this part of the page:
.
.
.<a title="news" name="news"></a>
.
.
But when I access or REDIRECTS from another page to this page using the URL like: http://localhost/mypage.aspx#news, the page goes to that part and again comes at the top of the page automatically changing the URL to http://localhost/mypage.aspx#.
There is no manually written javascript on page load in my code. The code does uses AJAX, UpdatePanel etc.
What could be the other possible reasons? Any help appreciated.