I'm currently working with a page that sits inside of a nested master page and references a web user control. This web user control references any of 8 different other web user controls depending on what the user has selected.
My problem is that if I add the relevant javascript to the user control it is being rendered on the page too low and I'm getting:
"function name" is not defined errors?
Some of my generic functions I can push up the hierarchy to higher pages, but some I just can't. How can I get my javascript higher on the page?
My problem is that if I add the relevant javascript to the user control it is being rendered on the page too low and I'm getting:
"function name" is not defined errors?
Some of my generic functions I can push up the hierarchy to higher pages, but some I just can't. How can I get my javascript higher on the page?