Y
Yoramo
I'm using a page template and I would like some of my components to be user
controls.
where do i put the declaration for the User control (there is no aspx file
only a C# file)?
something like the line bellow:
<%@ Register TagPrefix="uc1" TagName="Title" Src="Components/Title.ascx" %>
and how do i use the control in my template page?
thanks in advance
Yoramo
controls.
where do i put the declaration for the User control (there is no aspx file
only a C# file)?
something like the line bellow:
<%@ Register TagPrefix="uc1" TagName="Title" Src="Components/Title.ascx" %>
and how do i use the control in my template page?
thanks in advance
Yoramo