Hi, I have a gridView and the records can be long. I have a command field for updating records. When I click "Change", the command button performs a javascript postback.
javascript:__doPostBack('gridSubCategories$ctl02$ctl00','');
Even I set MaintainScrollPositionOnPostback = "true" after the postback page does not scroll to the previous point. What can I do?
source share