当前位置: 代码迷 >> ASP.NET >> ajax 的客户页面重新提交无数据变化,无响应!该怎么解决
  详细解决方案

ajax 的客户页面重新提交无数据变化,无响应!该怎么解决

热度:2081   发布时间:2013-02-25 00:00:00.0
ajax 的客户页面重新提交无数据变化,无响应!
ajax 的客户页面重新提交无响应!


  string recieve = Request.QueryString["aa"];
   
  string a = System.Guid.NewGuid().ToString();
  Response.Write(recieve+a);

除了FF CHROME 能正常回显外, IE
这个 GUID没变化, 请问怎么解决!

------解决方案--------------------------------------------------------
ajax缓存的问题.
  相关解决方案