I've run into the same issue. I have a page with a timer control that simply increments a counter. It is a very simple setup with the timer being initialized from a button. All works fine on the page, but if I copy/paste the exact same code into a UserControl, the timer does not fire. The following...