<div class="post-text" itemprop="text">
Why my localization doesn't work with gridview ?
I have made a resx files:
BoundFieldLCode.HeaderText ?? ????
BoundFieldText.HeaderText ???
and bound fields:
<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="false" DataKeyNames="ID" Go to the complete details ...