Meta Attribute in Asp.NET
Hi, I was wondering what the logic is behind meta attribute. For example in asp.net for localization we can use something like this to localize a control : <asp:Button ID="Button1" runat="server" Text="DefaultText" meta:resourcekey="Button1" /> So what's the logic of meta:resourcekey="Button1".Is there any different usage of meta ...