views:

14

answers:

0

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!