Is it possible to register a WebControl in the global namespace?

Posted by Biff MaGriff on Stack Overflow See other posts from Stack Overflow or by Biff MaGriff
Published on 2010-06-02T21:08:46Z Indexed on 2010/06/02 21:14 UTC
Read the original article Hit count: 190

Filed under:
|
|

I doubt it is good practice but I was wondering if it is possible to register a control that is in the global namespace.

something like

   <pages>
        <controls>
            <add namespace="global" assembly="MyControlAssembly" tagPrefix="mca" />
        </controls>
    </pages>

Thanks!

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET