首页 > 学院 > 开发设计 > 正文

Asp.Netalert方法

2019-11-14 15:47:45
字体:
来源:转载
供稿:网友

 public static void ExcuteAlert(Page page, string strAlerts)
        {
            ClientScriptManager cs = page.ClientScript;
            Type ty = page.GetType();
            string key = "script";
            cs.RegisterStartupScript(ty, key, "alert('" + strAlerts + "'); ", true);
        } 


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表