Thursday, March 22, 2012

MaintainScrollPositionOnPostBack

I find a interesting feature of ASP.NET 2.0 inQuickStart article:

We can set theMaintainScrollPositionOnPostBack property to true in the@dotnet.itags.org.Page directive or by setting this in Web.config to apply to all pages in an application.

Where can I set theMaintainScrollPositionOnPostBack property

in Web.config?

Hello.

Try using the attribute maintainScrollPositionOnPostback on the <pages> element.


Does anybody have a solution for maintaining the scroll position of the new ASP.NET Panel?

0 comments:

Post a Comment