ibrahim ahmad
New Member
hi am new to resource file and my problem is in my web-from i want to print a paragraph from resource file in aspx file am writing below code for resx for asp controls. but i don't know how to write a resource in multi line and how to access that data from my webpage using paragraph tag\[code\] <tr> <td colspan="3" style="text-align: center"> <asp:Label ID="Label1" runat="server" Font-Size="20pt" style="text-align: center" Text="<%$ Resources:Resource1, Headerlabel %>"></asp:Label> </td> </tr> <tr> <td class="style2"> <asp:Label ID="Label2" runat="server" Text="<%$Resources:Resource1,usernamelabel %>"></asp:Label> </td> <td class="style4"> <asp:TextBox ID="TextBox1" runat="server" ToolTip="<%$Resources:Resource1,Usertooltip %>"></asp:TextBox> </td> <td> <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ErrorMessage="<%$Resources:Resource1,userreq %>" ControlToValidate="TextBox1"></asp:RequiredFieldValidator> </td> </tr> <tr>\[/code\]please tell me how to write resource in multi line