Hi,
I've an asp.net web application which uses App_themes feature. Application has aspx pages which refer to master pages. Master pages apply css file (for eg. A.css) present in App_themes folder to all the aspx pages.
For some of the aspx pages, I want to skip this A.css file and apply a new one called B.css instead.How do i achieve this?
Note: A.css and B.css both have hundreds of classes.Ids for each class are same in both of them but have different attributes.
Thanks for reading.