解决.Net中服务器控件弹页面而引发的样式改变

在C#的后台代码中写入

1
2
3

this.ClientScript.RegisterStartupScript( typeof (Page), "JavaScript", "<script>window.close('StateChangeApply.aspx','','left=0,top=0,scrollbars=yes,width=600,height=500')</script>" );

可以防止页面变化