Within my application, I utilize a master page where I have integrated over 10 .js files and some .css files. In addition, the sample.aspx page contains another set of .js and .css files.
I am encountering a significant issue with this setup as the CSS is completely breaking down. As a result, I need to remove the files from the master page without actually deleting them since other forms rely on them. Is there a way to exclude these script tags only on the sample.aspx page?
Thank you.