Is it possible to enumerate all the input controls in the codebehind of a silverlight user control?
For example, say you wanted to perform a form submission behind the scenes to another service. You would need to send a POST which included all of the inputs contained on your silverlight page.