Posted on: 8/3/2015 4:18:18 PM | Views : 837

My goal is to make MaintainScrollPositionOnPostback="True" work in Chrome.  What I have read so far use the .browser file in the App_Browsers folder.  If this is the fix, I have two questions:
How do I configure the browser file?  I tried this and got a no reference error.
<browsers> <browser id="Chrome"> <capabilities> <capability name="supportsMaintainScrollPositionOnPostback" value="true" /> </capabilities> </browser></browsers>
Question 2:  If I can make this work, where do I put the browser file on the server.
Last question: Am I on the right track?  Maintain scroll position works with IE but not Chrome.
Thanks,
Carthalion

Go to the complete details ...