TipsOnLips.net

Your .net tips and tricks source

About the author

Author Name is someone.
E-mail me Send mail

Recent comments

Authors

Disclaimer

The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

© Copyright 2010


Register a Web user control in a Web.config file (ASP.NET)

Register a user control in the Web config file like that: 
<pages>
    <controls>
       <add tagPrefix="user"
        tagName="RandomImage"
        src="~/UserControls/RandomImage.ascx"/>
    </controls>
</pages>

Categories: ASP.NET | Web.config
Posted by developer on Sunday, August 19, 2007 7:32 PM
Permalink | Comments (4) | Post RSSRSS comment feed