![]() |
#2
IPV62007-04-25 11:00
|
Response.Write("<script>alert('添加成攻!');window.open('ProLgMan.aspx','_self');</script>");
用这个方法打开ProLgMan.aspx时,页面不会刷新,怎么办?!
注:ProLgMan.aspx
if (!IsPostBack) //(去掉这个就可以)问题是这个我是一定要的
{
gvBind();
}