Finding and accessing elements of a WebUserControl
问题 I am creating a WebUserControl in ASP.net and want to be able to access elements of that control later. When I access them though I am trying to access them together. For example, adding a CheckBox and a table to a control and then finding the CheckBox, checking whether it has been ticked and if it has been ticked, get the values from the TextBoxes. I currently have everything loading on the page from the custom controls, but when iterating through the controls on the page, there doesn't