I have dynamically created some controls in an update panel and I then click a button. I wish to get the values entered in these controls but I get nothing. I'm currently trying:
Dim Active As New CheckBox Active = DirectCast(UpdatePanel1.ContentTemplateContainer.FindControl("ActiveChk" & i), CheckBox)
Can anybody help?