In a convenient page, I set up a stylesheet that defines the layout.
<link id="layoutStylesheet" href="CSS/Layout3Col.css" rel="stylesheet" type="text/css" runat="server" />
I have a ShowDoc.aspx page that inherits the main page.
I want to load another css file when a specific parameter is passed to ShowDoc.aspx in the query string.
How can i do this?
Do I have to define a public property on the main page so that showDoc.aspx can access it and change the layoutStylesheet?
lupital
source
share