User-1039916546 posted
If I write a control that will inject Javascript, is there a way to tell if the same control is used twice on the page and only inject the Javascript once? The only way I can see is to move the Javascript to a external JS file, but then the user
must add that to the page to get the control to work.
My control doing a simple process using Googe maps, but I do not need the maps script injected more than once.
Thanks