日期:2014-05-18 浏览次数:20498 次
if(!Page.IsPostBack)
{
this.txtsid.Text=Request.QueryString["sid"];
this.txtsname.Text=Request.QueryString["sname"];
}
}
[color=#FF0000]string url="addsoftwareupgrade.aspx?sid=" + txtsid.Text + "&sname=" + txtsname.Text ;
Response.Redirect(url);[/color] Response.Write("<script>if(confirm('此软件没有升级记录,是否添加?')){window.location.href='addsoftwareupgrade.aspx'};</script>");