Hi. I have this bit of code on a site I did for a client,
protected
void Page_Load(object sender, EventArgs e)string newlogo = Request.QueryString["logo"];string currentlogo = logo.ImageUrl;if (newlogo != null)"logo"] = string.format("~/Images/Logos/{0}.jpg", newlogo);"logo"].ToString();if (newlogo == null)if (Page.Session["logo"] != null)"logo"].ToString();else
logo.ImageUrl =
}
}
"~/Images/Logos/nzo.jpg";
Basically, the purpose here is to change the header of the site according to which client accesses it. Each client has a link on his own website to my client's website with a URL parameter that I use to change the header.
Now the client decided he doesn't like the site, so I'm doing basically the very same site with dotnetnuke, with some very minor changes, and the client wants to keep this funcionality.
I have no clue where to begin. I had this bit of code on my master page, and I knew how to access the image control to change its ImageURL parameter.
Now the header is in a media module. How do I access it?? Can this be actually done?? Am I going to win the lottery?? So many questions.
Best
GatoLindo
{
{
Page.Session[
logo.ImageUrl = Page.Session[
}
{
logo.ImageUrl = Page.Session[