Hello :)
I am using 2 custom web controls. The one is a custom image that gets the image from DB and writes some javascripts to execute on click.
The second one, is a table that contains some info and the custom image (ctrl1)
When using then in an empty page (with or without Ajax), everything works fine. By clicking on the image, a js scripts executes, and displays flash gallery on the page with many other images.
When using the second control in DNN 4.8.2, it displays everything fine, however when trying to execute the js, it could not find it in the page...
The js is created and added to the page on ctrl1 OnPreRender function...
Anyone can help, because I am getting frastrated here...