I have a webform and would like to run a method to return a list of all of the control ID's from within the form so I can export the list into somewhere like Excel (copy and paste from another object is fine).
Heres an example of what I want to return:
lblName
lblAddress
txtEmail
ddlSelection
How can I go about doing this?