首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web Service >

this.ClientScript.RegisterStartupScript(GetType(), "" "alert('平添新

2011-12-20 
this.ClientScript.RegisterStartupScript(GetType(), , alert(添加新商品失败^⌒^!), tthis.ClientS

this.ClientScript.RegisterStartupScript(GetType(), "", "alert('添加新商品失败^⌒^!')", t
this.ClientScript.RegisterStartupScript(GetType(), "", "alert('添加新商品失败^⌒^!')", true);
Response.Redirect("Goods_Add.aspx");
在添加商品的时候,只执行了下面一句。上面一句被覆盖。。。不提示。有没什么办法让他提示。什么方法都行。。。急。。。

[解决办法]

C# code
  this.ClientScript.RegisterStartupScript(GetType(), "", "alert('添加新商品失败^⌒^!');window.location.href='Goods_Add.aspx';", true); 

热点排行