I have a pretty vanilla solution, a wizard control with three steps contained inside an UpdatePanel.
Also contained within this UpdatePanel is a UserControl that is always displayed to the user regardless of the WizardStep the user is currently viewing. Inside this UserControl is a JScript function that needs to get called whenever the UpdatePanel refreshes. The problem that I'm facing is that the JavaScript does get hit (IE Debugging) but not called, and I'm assuming this has something to do with the UpdatePanel.
I tried using ScriptManager.RegisterClientScriptBlock but nothing happens. What would be the best way of executing this block of script whenever the UpdatePanel gets refreshed.
Eric
'Not everything is binary, if you look closer you might find some hexadecimal in there somewhere'