|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
mozilla:MasterPageFile in web.configIs the a possibility to write the masterpages for different browsers into
the web.config, so that i havn't to write in every single page e.g. ie:MasterPageFile=".." mozilla:MasterPageFile="..." ..... ? Thanks for help. Alex You could use the HttpBrowserCapabilities class to identify the browser and
then programmatically set the master page using Page.MasterPageFile. -- Show quoteHide quoteChristopher A. Reed "The oxen are slow, but the earth is patient." "Alexander Widera" <a***@hrz.tu-chemnitz.de-novaliddomainpleasedeletethispart.de> wrote in message news:OqeFaA$BGHA.1008@TK2MSFTNGP12.phx.gbl... > Is the a possibility to write the masterpages for different browsers into > the web.config, so that i havn't to write in every single page e.g. > ie:MasterPageFile=".." mozilla:MasterPageFile="..." ..... ? > > Thanks for help. > > Alex > > >
Other interesting topics
named anchor
Embedding an image in the html? File security weirdness createing file. .net objects to javascript? Javascript to Set Focus to TextBox Comparing values between two arrays Compressing and spanning files on upload ASP.NET License or Royalties Modification by JavaScript function won't stay, why? When to use FormsAuthenticationTicket() |
|||||||||||||||||||||||