[ASP.NET]ASP.NET在UpdatePanel中Render Javascript的方法
如果要在PostBack後,在 UpdatePanel 中,Render Javascript的話,請透過 ScriptManager ,而Control則是那個 UpdatePanel ,如下,
VB.NET
ScriptManager.RegisterClientScriptBlock(panView, panView.GetType, "test", "alert('link');", True)
C#
ScriptManager.RegisterClientScriptBlock(panView,panView.GetType(), "test", @"alert('link');", true);
Hi,
亂馬客Blog已移到了 「亂馬客 : Re:從零開始的軟體開發生活」
請大家繼續支持 ^_^