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);
        } 

相关文章:

  • 2022-01-08
  • 2022-12-23
  • 2022-12-23
  • 2021-07-11
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-07-31
  • 2022-01-16
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-17
相关资源
相似解决方案