Hello friends,
I am giving some code in which radio button checked property is not working.Please give me some ideas.
<input type="radio" id="RBSuccessor" runat="server" name ="ActivityRelationGroup" value="S" checked="CHECKED" />Successor
<input type="radio" id="RBPredessor" runat="server" name ="ActivityRelationGroup" value="P" />Predessor
I got this error "Cannot create an object of type 'System.Boolean' from its string representation 'CHECKED' for the 'Checked' property."
Thanks