tags:

views:

56

answers:

2

I was wondering if there was a way to easily maintain scroll position using MVC? I've seen a few ways of doing it with javascript, but I would like an easy way like webforms, such as the MaintainScrollPositionOnPostBack page property. Does such a thing exist or am I going to have to use javascript?

A: 

Sorry - there's nothing built into MVC - you need javascript

Clicktricity
Thanks for the quick response, even though that's what I didn't want to hear :(
Gallen