Skip to content

Instantly share code, notes, and snippets.

@abhi1010
Created May 6, 2014 07:26
Show Gist options
  • Save abhi1010/88222d3f94911fbec6f4 to your computer and use it in GitHub Desktop.
Save abhi1010/88222d3f94911fbec6f4 to your computer and use it in GitHub Desktop.
Custom Web Controls - Configuration
<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