Want to loop through all the user controls that exist on the page and get their IDs. How do I do it?
foreach(Control control: Page.Controls) { //do something with control object }