1
我用的ScriptManager在我的ASP.NET頁面,並要添加的ScriptReference這是這樣一個頁面請求:添加一個動態的ScriptReference這是一個頁面請求的ScriptManager
var id = 10;
tsm.CompositeScript.Scripts.Add(new ScriptReference("~/Response.aspx?action=test&id=" + id));
,但它會引發錯誤:
'~/Response.aspx?action=test&id=10' is not a valid virtual path.
我應該動態添加此腳本,我該怎麼做?
謝謝我刪除了它。 – 2009-10-25 11:16:12