1
我正在處理一個ASP .net項目。我想用下面的代碼加載一個控制對象中的用戶控件,我試圖將一個參數傳遞給該控件。在調試模式下,我在該行收到一條錯誤消息,說The file '/mainScreen.ascx?matchID=2' does not exist.
。如果我刪除參數,那麼它工作正常。任何人都可以幫助我傳遞這些參數嗎?有什麼建議麼?傳遞參數來控制
Control CurrentControl = Page.LoadControl("mainScreen.ascx?matchID=2");
'matchID'是你控件的屬性嗎? – Shai 2012-08-07 11:29:46
@Shai你的意思是? – user1292656 2012-08-07 11:31:14