updatepaneを使用した後にプロンプトボックスをポップアップする方法

484 ワード

ScriptManager.RegisterStartupScript(this.UpdatePanel1,this.GetType(), "  ", "alert('     ,    !')", true);
ScriptManager.RegisterClientScriptBlock(this.Page, this.GetType(), "msg", "javascript:ShowDialog('FeeBudgetYearImport.aspx?button=btnimport&Year=" + drpYear.SelectedValue.ToString() + "&Dept=" + hdFeeOBJ.Value + "',800,400)", true);