Hi,
I seek your help as m stuck with an issue. I am uploading a css style file in a folder and need to provide the link to that css file in my aspx page. That is simple, but the twist is, the file name can be anything. That file is stored in a folder and needs to be applied in such a way, that be it any name, the css file should be fetched and styling be applied from that css file in my project.
Please help.