I need to run a Javascript method that I have when an UpdatePanel
finishes updating. (i.e. AFTER the event that triggers it runs)
Can anyone help out with that?
To make it more complicated, the control that I need to do it from is
a UserControl that is loaded into another UserControl that is loaded
into my Default.aspx.
finishes updating. (i.e. AFTER the event that triggers it runs)
Can anyone help out with that?
To make it more complicated, the control that I need to do it from is
a UserControl that is loaded into another UserControl that is loaded
into my Default.aspx.
Comment