我是使用下面的代碼:webapp中的messagebox對話框和使用Response.Redirect(Request.Url.AbsoluteUri);
protected void Button1_Click(object sender, EventArgs e)
{
Page.ClientScript.RegisterOnSubmitStatement(GetType(),"message","ok");
Response.Redirect(Request.Url.AbsoluteUri);
}
爲什麼不顯示的消息?
請告訴我正確的方式
再次沒有顯示 – 2012-02-08 16:28:17
可能在頁面生命週期和註冊的某個地方出現問題。檢查這篇文章:http://www.dotnetzone.gr/cs/blogs/rousso/archive/2006/12/02/21568.aspx – Samich 2012-02-08 16:32:10