註冊客戶端腳本我想在定時器的Tick事件註冊腳本,但什麼也沒發生,在定時器的Tick事件
protected void UpdateTimer_Tick(object sender, EventArgs e)
{
ScriptManager.RegisterClientScriptBlock(this, this.GetType(), "script", "ShowDialog()", true);
}
試圖ScriptManager.RegisterStartupScript
很好,但它不工作。嘗試調用簡單的警報,但不工作。
你得到一個錯誤?你有沒有進入Tick方法? – 2013-02-27 13:29:56
@ToonCasteele沒有錯誤,是的它進入Tick方法。 – Rishi 2013-02-27 13:31:14