一个无刷新效果定时自动更新页面的例子(ASP.NET2.0-应用xmlhttp)

首先在ASP.Net创建两个WebForm页,分别命名为Default1,Default2。下面给出代码清单:

//Default1.aspx

<%@ Page Language="C#" Debug="true" AutoEventWireup="true" CodeFile="Default1.aspx.cs" Inherits="Default1" %>



  无标题页
 
 


 

   

AJAX Dynamic Update Example

    This page will automatically update itself:

     

   

    Page will refresh in 1 seconds.

   

   

   

     

   

 


 


剩下代码看这里:  http://www.swsky.cn/article.asp?id=33

你可能感兴趣的:(C#)