I have an aspx C# .net app that was written apart from me
I added a map component outside the FORM tags.
I am trying to find a trigger that AFTER the page loads where I can fire off a JavaScript Function....I am stuck and have tried a hundred different Google searches...
Is there an after Page Load that I can reference from the aspx page?
OR
How can I call a Separate JS file Function that resides in the Solution from C# .net after some sort of trigger from the .net page
PLEASE HELP