Hi there,
I have a content page (mypictures.aspx).
I have a Master Page with the following code:
<%@ Register TagPrefix="ECC" TagName="LeftNav" Src="leftnav.ascx" %>
.........................
<ECC:LeftNav ID="LeftNav1" Section="Sales" SubSection="" TertiarySection="" runat="server"/>
................................
I have the LeftNav - Web User Control (leftnav.ascx).
Question:
Depending on the content page i am viewing (i.e. mypictures.aspx), I want to change a graphic file in leftnav.ascx file which is embedded or called by the Master Page.
I am pretty novice in ASP.NET. How will I go about doing this?
Thanks
Target