Compare Page Revisions
« Older Revision - Back to Page History - Current Revision
Register
Src
TagPrefix
TagName
<%@ Register Src="~/UserControls/MyCustomControl.ascx" TagPrefix="abc" TagName="MyCustomControl" %>
%@ Register TagPrefix="abc" Namespace="AmericanBroomCompany.WebControls" Assembly="AmericanBroomCompany.WebControls" %>
web.config
tagPrefix
tagName
<%@ Register %>
<configuration> <system.web> <pages> <controls> <add tagPrefix="abc" tagName="PageSelector" src="~/UserControls/PageSelector.ascx"/> ... </controls> </pages> </system.web> </configuration>
namespace
<configuration> <system.web> <pages> <controls> <add tagPrefix="abc" namespace="AmericanBroomCompany" assembly="ABC.Web.Controls" /> ... </controls> </pages> </system.web> </configuration>
ScrewTurn Wiki version 3.0.1.400. Some of the icons created by FamFamFam. Except where noted, all contents Copyright © 1999-2024, Patrick Jasinski.