I would like to put user controls on pages without registering the tag at the top of the page. For example:
<p>some text</p>
<myname:mycontrol runat="server" />
Is this possible? I've heard that tag declarations can be done in web.config... is this true?
If so, any idea which .NET framework versions support this?
Thanks