Response.Write() Alert后页面布局改变

根据peter_zhang给出的解决方案,原文URL:http://www.cnblogs.com/starxp/articles/1939032.html

使用Page.ClientScript.RegisterStartupScript(this.GetType(),"alert","<script>alert('Updated Successfully!');</script>");解决

posted @ 2014-08-20 20:50  ChasingSunrise  阅读(150)  评论(0)    收藏  举报