up vote 0 down vote favorite
share [g+] share [fb]

I have a long form which I want to be scrolled at a point where my gridview is located after a successfull partial postback with an update panel. How can I achieve this with JQuery. I am using update panels in VSS 2005.

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

How about the jquery scrollTo plugin? http://plugins.jquery.com/project/ScrollTo

link|improve this answer
feedback

I would use the scrollTo plugin as suggested in another answer post (http://plugins.jquery.com/project/ScrollTo). you can write a simple function that calls the scrollto method. Then, use the .NET ScriptManager to call that function at an appropriate point during the processing of the update panel

link|improve this answer
Thank you Michael. I will have a look into it =) – Popo Sep 1 '10 at 0:40
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.