ASP.net page trigger event panel Scroll Height Invariant Realization Method _ practical skills

Source: Internet
Author: User

This article is for resolving the asp.net page button click Trigger event after the Panel scroll bar does not automatically return to the top of the solution, for a page to trigger an event, the panel scroll back to the top, do the following work every time to pull down, especially when choosing the TreeView, the problem is very headache, by this . MaintainScrollPositionOnPostBack = true;

The principle is to save the position of the Panel scroll bar when clicked, and then reassign the page when the event is completed. Ensure that every click of the page is saved, including all the buttons and other click events.

Steps:

1. Script

 
 

2.body

Copy Code code as follows:

<body onclick= "Setpanelscroll ()" >

3. Assigning value

Copy Code code as follows:

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

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.