asp net maintain scroll position on postback

by pietman 19. April 2010 16:04

either in you web.config file you can add the following entry:

<system.web>
      <pages theme="standard" maintainScrollPositionOnPostBack="true">
</system.web>
 

or for any page you can set the page directive as follow:

<%@ Page MaintainScrollPositionOnPostback="true" .... 

Tags:

c#

Add c0mment




  Country flag
biuquote
  • Comment
  • Preview
Loading


About ...

pietman celliersPietman Celliers
Bitlink  Ltd
bitlinkit.com