ASP.net Postback - Scroll to Specific Position

后端 未结 9 1047
天命终不由人
天命终不由人 2020-12-15 16:50

I have an ASP.net WebForms page that has a lot of content on the top of the screen. It has a link button that will post back to the page and show another section of the page

9条回答
  •  爱一瞬间的悲伤
    2020-12-15 17:06

    I have

    
           
             ............ .......
          
    
    

    on *.aspx page. And on the *.aspx.cs page on a button click.

    Page.SetFocus(mvAriza.ClientID);
    

    It works great.

提交回复
热议问题