Created
May 6, 2014 07:26
-
-
Save abhi1010/88222d3f94911fbec6f4 to your computer and use it in GitHub Desktop.
Custom Web Controls - Configuration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<configuration> | |
<system.web> | |
<pages> | |
<controls> | |
<add tagPrefix="ext" namespace="Company.Web.UI.ExtendedControls" assembly="ExtendedControls"/> | |
</controls> | |
</pages> | |
</system.web> | |
</configuration> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment