Below codes why label control does not show the text which is "No Records were found"?
I try to built my own module under desktopModule folder.
Thanks
App_LocalResources:SiteLog.ascx.resx:
Name:NoRecords.Text
Value: No records were found
SiteLog.ascx: <asp:Label ID="lblMessage" runat="server" Visible="false" resourcekey="NoRecords" CssClass="NormalRed" />