ASP. NET page trigger event panel scroll bar height unchanged

Source: Internet
Author: User

This article is a solution to resolve the Panel scroll bar not automatically back to the top after the ASP-click Trigger event, and for the page to trigger an event, the Panel scroll bar is back to the top, and the following work is pulled down every time, especially when choosing the TreeView, the problem is very headache, being This . the revelation of MaintainScrollPositionOnPostBack = true;

The principle is to save the position of the Panel scroll bar when clicked, and re-assign when the page trigger event finishes loading. Make sure the page is saved every time you click, including all the buttons and other click events.

Steps:

1. Scripts


2.body

<body onclick= "Setpanelscroll ()" >

3. Assigning values

function Viewobj () {document.getElementById (' Panel1 '). scrolltop = document.getElementById (' Hidden1 '). Value;} Window.onload = Viewobj;





ASP. NET page trigger event panel scroll bar height unchanged

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.