Asp Net Updatepanel Autoscroll Fix

[Solved] Asp Net Updatepanel Autoscroll Fix | Perl - Code Explorer | yomemimo.com
Question : asp.net updatepanel autoscroll fix

Answered by : akang-toshi

 <script type="text/javascript"> var prm = Sys.WebForms.PageRequestManager.getInstance(); prm.add_beginRequest(beginRequest); function beginRequest() { prm._scrollPosition = null; } </script>

Source : | Last Update : Mon, 18 Jul 22

Answers related to asp net updatepanel autoscroll fix

Code Explorer Popular Question For Perl