Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
305 Points
130 Posts
Aug 23, 2007 04:25 PM|LINK
I am not sure if i understand correctly the problem but here are few hints that can help you solve your problem.
When you clicked on the button - you call JS function OnClientClick(or onclick property) that will scroll to the bottom.
On you server side, you can call ScriptManager.RegisterStartupScript that will call scroll back to any postion when its done updating.
Hope that helps,
Kiril2006
Member
305 Points
130 Posts
Re: maintain Scroll position in Ajax page
Aug 23, 2007 04:25 PM|LINK
I am not sure if i understand correctly the problem but here are few hints that can help you solve your problem.
When you clicked on the button - you call JS function OnClientClick(or onclick property) that will scroll to the bottom.
On you server side, you can call ScriptManager.RegisterStartupScript that will call scroll back to any postion when its done updating.
Hope that helps,