Hi All,
How to add Text attribute for RadioButton from Resource file and having meta attribute
The below is my code, Please correct me
<asp:RadioButton ID="rdoBtn" runat="server" Text="<%$ Resources:PageName, KeyVal %>" meta:resourcekey="rdoBtnResource1" />
I am getting an error as
"Cannot have more than one binding on property 'Text' on 'System.Web.UI.WebControls.RadioButton'. Ensure that this property is not bound through an implicit expression, for example, using meta:resourcekey.
"