触摸精灵:ASP.NET教程之实现页面无刷新的方法

来源:百度文库 编辑:九乡新闻网 时间:2024/05/03 03:15:21
asp中为了实现无刷新,常常会将数据提交到隐藏框架中,在asp.net中有一个很简单的设置就可以实现void Page_Load(Object sender, EventArgs e){this.SmartNavigation = true;}或者直接写在<%@ Page language="c#" Codebehind="AllBook.aspx.cs" SmartNavigation = true AutoEventWireup="false" Inherits="wx.AllBook" %>