Software development stuff.

2009-04-21

Running dynamic javascript generated on the UpdatePanel partial postback

I found this great piece of code that allows a more or less generic way of running javascript generated during the processing of a partial postback within an UpdatePanel.
It runs all the script inside script tags with a certain ID.
http://www.31a2ba2a-b718-11dc-8314-0800200c9a66.com/2008/08/dynamic-javascript-in-update-panel_19.html?showComment=1240338420000#c118959118652221112

Etiquetas: ,