c# - Is there any way to maintain window scroll position on postback? -


i using telerik version 2014.1.403.40 in asp.net web application, net framework 4.

is there way maintain window scroll position on postback? tiried setting

maintainscrollpositiononpostback="true" 

but no luck. tried various examples manually scroll window after postback still no result.

have tried setting in code behind in page load ?

page.maintainscrollpositiononpostback =true; 

also, try setting in web.config

<page smaintainscrollpositiononpostback="true"/> 

if else fails.


Comments

Popular posts from this blog

gridview - Yii2 DataPorivider $totalSum for a column -

java - Suppress Jboss version details from HTTP error response -

Sass watch command compiles .scss files before full sftp upload -