AJAX 与 Response.Write() (.net 2.0)

 

如果一个页面用了AJAX技术,加上了一个UpdatePannel的话,再用的Response.Write(),页面就会弹出一个报错的对话框,

那么该怎么解决了,我们可以用另一种方法。如

   Page.RegisterStartupScript("window", "<script>window.close()</script>");

你可能感兴趣的:(Ajax,.net)