I have many controls in my page and some controls have auto post back property. when i use that control post-back occurs so page position becomes top.
I need to maintain same position and focus on next control. I have googled about this but I got solution separately for page position and focus like
MaintainScrollPositionOnPostback="true"
txtbox.Focus()
But it dint work.