User-1961814522 posted
Hi,
I have the below css files in my project.
<link href="~/css/bootstrap/TasteSomeCoffee.css" rel="stylesheet" />
<link href="~/css/bootstrap/FreshAqua.css" rel="stylesheet" />
<link href="~/css/bootstrap/TangerineSpark.css" rel="stylesheet" />
<link href="~/css/bootstrap/CarbonSteel.css" rel="stylesheet" />
<link href="~/css/bootstrap/AlmondsandCashews.css" rel="stylesheet" />
Our requirement is that, we need to list all the css names in a dropdownlist. So we would be having 5 names in the dropdown. (i.e TasteSomeCoffee,FreshAqua,TangerineSpark,CarbonSteel,AlmondsandCashews).
Also if any new css file is been added, we would have to add that name to the dropdownlist. We are also having a button below the dropdown and on button click. We should enable a css, the rest of the css is to be disabled.
Any pointers on how this could be achieved.
Thanks,
Ashvin