S
snow
Hi All,
Here is my code:
Dim r As RadioButtonList
r = CType(anFormView.FindControl("RadioButtonList1"), RadioButtonList)
when I debug the code, r is nothing. What am I doing wrong?
RadioButtonList1 is the control ID.
Thanks for the help!
Here is my code:
Dim r As RadioButtonList
r = CType(anFormView.FindControl("RadioButtonList1"), RadioButtonList)
when I debug the code, r is nothing. What am I doing wrong?
RadioButtonList1 is the control ID.
Thanks for the help!