Response.Write("<script>alert('修改成功!');</script>");
如果要点击确定后转到另外的页面:Response.Write("<script>alert('修改成功!');location.href='index.cshtml';</script>");