Hi All,
I am trying to assign error message concatenating values from multiple resource keys as follows:
<
asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="txtUserName" Display="None" ErrorMessage="<%$ Resources:WebResources,Label_Text_UserName%><%$ Resources:WebResources,IsRequired%>" EnableClientScript="true" >
But this is not working out, please let me know the syntax if this is possible. I want to do it only on aspx not in code behind.
Thanks in advance.
Suresh Kadam.