Hi!
I am adding controls to an ASP.NET page at runtime. Because of the nature of the task there could be any number of new controls added.
Does anybody know how I refer to these controls once a button has been clicked to submit the form? A method of looping through them would be ace!
The new cotrols live in a panel (not created at runtime). I have tried doing a FindControl on the panel, but am having no joy
Ideas would be great!
Cheers
Rob
I am adding controls to an ASP.NET page at runtime. Because of the nature of the task there could be any number of new controls added.
Does anybody know how I refer to these controls once a button has been clicked to submit the form? A method of looping through them would be ace!
The new cotrols live in a panel (not created at runtime). I have tried doing a FindControl on the panel, but am having no joy
Ideas would be great!
Cheers
Rob