Hi,
I'm creating a number of radiobuttonlists at runtime and assign them different IDs but when I try to access them using FindControl, it can not find them:
This is what I'm trying to do
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles...