在asp.net2.0中新有的特性,简单的说就是在web页面中记住光标的位置:方法是 MaintainScrollPositionOnPostBack="true"
也说不太清楚下面是一个例子看一下就明白了:
<%@ Page Language="VB" MaintainScrollPositionOnPostBack="true" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head id="Head1" runat="server">
<title>MaintainScrollPositionOnPostBack</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<h3>MaintainScrollPositionOnPostBack</h3>
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br /><br />
<asp:Button ID="Button1" runat="server" Text="Click Me!" /><br /><br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
This is some content to scroll...<br />
</div>
</form>
</body>
</html>