Hi,
i am fairly new to asp.net. I have created a user control for Header and a Footer. On my standard aspx page, i have set the following. I have looked on previous posts and websites for this.
<%@ Register TagPrefix="uc1" TagName="links" Src="Header.ascx" %>
Then i said where i want to place it in my HTML like:
<uc1:links id="links1" runat="server" />
I then compiled it and ran it. The Header does not show. However, when i look at the bottom of Internet Explorer, i see it trying to load the control because it says loading image and that particular image is in the user control, but it shows nothing.
Does someone know what's wrong please?