I usually after css modification, change the version of css file in master.
then i must upload css file and master file.
is there any solution to change css version without need to upload master.
<link rel="stylesheet" href="<%=ResolveUrl("~/themes/default/style.css?v2") %>" type="text/css"/>
i am using asp.net.
Seeing how you do not want to change anything but the CSS file itself you could write a custom method which wraps
ResolveURLand appends the last modified date of the css file in a set format (i.e.MMddyyhhmmss). This would automatically update whenever the file gets changed.Something along the lines of:
C#:
Alternatively, it might be worth looking into any of these: