I have a page where I write a contol for each value passed from a DataSet. I don't know how many controls will be generated (>=1), but they will all be an instance of the same control. I would like to execute a method in each control when a button event is triggered at the page level. I don't want...