Is it possible to register a WebControl in the global namespace?
- by Biff MaGriff
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!