Entries categorized 'ASP.NET' ↓

Nov 07

To have an ASP.NET site's favicon change dynamically based on the theme currently selected, first put a favicon.ico file in each of the App_Themes/"ThemeName"/Images directories. Then add a literal control to the <Head> of the masterpage: 1: < head > 2: < asp:Literal ID ="FavIconLink"...

Continue reading →