Javascript code inside updatepanel usercontrol.
- by Ed Woodcock
Ok: I've got an updatepanel on an aspx page that contains a single Placeholder.
Inside this placeholder I'm appending one of a selection of usercontrols depending on certain external conditions (this is a configuration page).
In each of these usercontrols there is a bindUcEvents() javascript function that binds the various jQuery and javascript…