On my website, there is a user control with an assortment of radio buttons, a combo box, text box, and more. The Save button on the page should only be activated when the user makes a change to any of these controls. I am looking for a way to enable this Save button using JavaScript without having to perform a post back. However, all the controls that can trigger a change are located within the user control rather than directly on the page. Does anyone have any ideas or suggestions on how I could achieve this functionality?