3
我在'GeneralControls'程序集(經典DLL)中有一些控件,其中包含.ascx文件(以及它們的代碼隱藏文件)。來自不同程序集的ASP.NET控件
我引用該DLL,並使用控件:
<%@ Register Tagprefix="g" Assembly="GeneralControls" Namespace="GeneralControls.UI" %>
<g:FooterControl ID="Footer" runat="server" />
但是,FooterControl包含一些其他控件(標籤,等等),以及那些從代碼隱藏使用,拋出NullArgumentException
。什麼是共享ascx控件的正確方法?提前致謝。
哦,我希望這不是真的,並且有一個解決方法,或者任何方法如何編譯ascx ..謝謝。 – nothrow 2010-06-30 15:44:18