Hi,
I am using resource file for label text and common messages with resource key. For required field validation message i want to alert as "please enter the Title" For that i want to concatenate two resource messages. I don't know how to concatenate two resource messages. I am using below code, it gives parse error. Please help me.<asp:Label runat="server" Text="<%$ Resources:Captions, lblTitle%>" ID="lblTitle"></asp:Label><asp:TextBox runat="server" ID="txtTitle" TabIndex="1" TextMode="MultiLine" Style="resize: none;" Height="50px"> </asp:TextBox><asp:RequiredFieldValidator ID="rfvTitle" runat="server" ControlToValidate="txtTitle" ErrorMessage="<%$ Go to the complete details ...