im sure this will be simple for someone, I have a asp:CheckBoxList created in visual studio 2010 I have now had to change it to a asp:RadioButtonList. However I now have the error message
runtime error: The base class includes the field ‘q3’, but its type (System.Web.UI.WebControls.CheckBoxList) is not compatible with the type of control (System.Web.UI.WebControls.RadioButtonList)
Thanks
You can change the type declaration in codeBehind also of your CheckBoxList.