Hi
I am not so good with javascripts.
I have a page where I have added reference to javascript file eg <script src="../js/custom.js"></script>
I have an update panel that I need to refresh, but in there is elements that rely on the above JavaScript file to render chart controls etc - but on the partial postback it does not run
Any help would be appreciated.
I have tried several ways that I have found searching, but nothing seems to have an example that references a file, all the example I have found have the JavaScript within the page itself.
I am not so good with javascripts.
I have a page where I have added reference to javascript file eg <script src="../js/custom.js"></script>
I have an update panel that I need to refresh, but in there is elements that rely on the above JavaScript file to render chart controls etc - but on the partial postback it does not run
Any help would be appreciated.
I have tried several ways that I have found searching, but nothing seems to have an example that references a file, all the example I have found have the JavaScript within the page itself.