1
I have an Asp.net application where I load, according to the will of the user several usercontrols.
Each usercontrol loaded, via scriptmanagerproxy loads a javascript file. As it is loaded by usercontrol, it will stop in the page header. The problem is that as they are not removed along with the usercontrol, over time they accumulate.
How can I remove these references to files not needed anymore?