更新パネル内に asp ボタンがあり、ボタンがクリックされるたびに JavaScript コードを実行する必要があります。ScriptManager.RegisterStartupScript
コードビハインドでJavaScriptを登録するために使用しています。
初めてボタンをクリックしたとき。JS コードは実行されますが、その後正常に動作しません。
私のコードのスニペット:
ScriptManager.RegisterStartupScript(this.Page.GetType(), "script",
"showNotification()", true);