M
mg
Is there a way to reference a user control in one project
from within another project?
<%@ Register TagPrefix="HDR" TagName="WebUserControl1"
Src="http://localhost/App2/WebUserControl1.ascx" %>
doesn't work
from within another project?
<%@ Register TagPrefix="HDR" TagName="WebUserControl1"
Src="http://localhost/App2/WebUserControl1.ascx" %>
doesn't work