I need to be able to change the stylesheet file location in my application dependent upon where the user is in the site. Currently I'm using a page template for the site that all of my pages inherit from. The page template contains the stylesheet information and such.
I'm able currently to change the page title for a page. I made the title element a server control and was able to write a method that is accessible to all of my pages so that I can change it.
I tried the same thing for the link element but I don't seem to have access to the href property which is where the stylesheet file is specified.
Has anyone tried this before? How can I accomplish this?
- VB Rookie
I'm able currently to change the page title for a page. I made the title element a server control and was able to write a method that is accessible to all of my pages so that I can change it.
I tried the same thing for the link element but I don't seem to have access to the href property which is where the stylesheet file is specified.
Has anyone tried this before? How can I accomplish this?
- VB Rookie