I have an Asp.net  treeview control  in web form that I have set it up into RadAjaxPanel  with several RadtextBox.  The functionality is when I select a leaf node or each of its child node it will be shown in the textboxes.  The problem is after selectin the nodes the scroll bar is coming back to the top and the user can't see the selected node. I need the sroll bar to stay in  selected node after post back of displayin the texts in the text boxes.  It's a lon search to find the answer such as:
maintainScrollPositionOnPostBack="true"
or
http://www.developer.com/net/asp/article.php/3643956/Maintain-ASPNET-Tree-Position-on-Postbacks.htm
but ...

Go to the complete details ...