sharepoint 2010 - Logo for each site in site collection -


i want load different logo in each site in same site collection. logo tag exists in master page. idea ?

you can 2 things.

  1. you can replace sharepoint:sitelogoimage own.
  2. you can use master.findcontrol find control doing following

    var sitelogo = (sitelogoimage)page.master.findcontrol("id of control goes here");

    sitelogo.logoimageurl = // insert logo img url here


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -