Sign in | Join
Last post 03-16-2007 7:08 AM by ashk1860. 2 replies.
Sort Posts: Oldest to newest Newest to oldest
hi
I want to keep the view of my page after post back. I mean my page may be very long. if I have some postbacks I want to scroll programatically to the same state that I was before postBack. is it possible?
Add to the page directive MaintainScrollPositionOnPostback= "true"
<%@ Page MaintainScrollPositionOnPostback="true" %>
HC
hello Haissam
It's a pleasure to have you here