Javascript  中用showModalDialog弹出模态窗口缓存问题。
解决方式有好几种。自认为最简单的是在Page_Load 中加上:
Response.Expires = -1;

相关文章: