cssasp.netthemesexport-to-wordapp-themes

How to remove the themed CSS file in an aspx page in a Web Application


I am using a css file in App_Theme in a webform WebApplication using ASP.net 4.6 In one of the page I dont want the Themed CSS file. The reason is that I want to export the content of the page to a word document. If I remove

runat="server" 

from head tag it gives error. Pls let me know if any one has a solution


Solution

  • Please add the below tags in "Page" directive. EnableTheming="false" Theme="" StylesheetTheme=""