摘要:
实现目的:在页面上定时从后台异步获取信息,并根据返回的信息在页面上显示提醒信息。后台页面实现:Msg.aspx protected void Page_Load(object sender, EventArgs e) { Response.Charset = "GB2312"; Response.ContentType = "text/html"; Response.Cache.SetExpire... 阅读全文
posted @ 2009-05-03 17:31
常绍新
阅读(1655)
评论(3)
推荐(0)
浙公网安备 33010602011771号