I am running an ajax update panel in my website. The update panel returns some new controls. I would like to set some JavaScript for the controls after they are returned fro
You could use a Timer with a function that checks if the controls exists every few hundred ms. Once it detects them, apply your script and end the timer.