Maintain scroll position of a div within a page on postback

后端 未结 5 1800
无人共我
无人共我 2020-12-14 22:36

I have a div within an aspx page with overflow set to auto. The contents of the div are dynamically created and consists of a list of link buttons.

5条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-14 23:19

    The easiest way is to wrap the control in an UpdatePanel.

提交回复
热议问题