开发学院WEB开发Ajax ajax 在updatepanel中使用alert提示方法 阅读

ajax 在updatepanel中使用alert提示方法

 2009-12-14 11:20:01 来源:WEB开发网   
核心提示:ScriptManager.RegisterStartupScript(this.UpdatePanel1, this.GetType(), "updateScript", "alert('删除成功!')", true);若不是在updatepanel中需要用al

ScriptManager.RegisterStartupScript(this.UpdatePanel1, this.GetType(), "updateScript", "alert('删除成功!')", true);

若不是在updatepanel中需要用alert提示信息,则可以使用如下代码:

this.Page.ClientScript.RegisterStartupScript(Page.GetType(), "PopWin", "<script language='javascript'>alert('投票成功!');</script>", True)

此代码不能防止刷新,但是比直接写Response.Write("<script>alert('投票成功!');</script>")的用户体验要好!弹出提示框时不会造成当前页面空白!

Tags:ajax updatepanel 使用

编辑录入:爽爽 [复制链接] [打 印]
[]
  • 好
  • 好的评价 如果觉得好,就请您
      0%(0)
  • 差
  • 差的评价 如果觉得差,就请您
      0%(0)
更多精彩
    赞助商链接

    热点阅读
      焦点图片
        最新推荐
          精彩阅读