[Reloaded] Error while sorting filtered data from a GridView
- by Bogdan M
Hello guys,
I have an error I cannot solve, on a ASP.NET website.
One of its pages - Countries.aspx, has the following controls:
a CheckBox called "CheckBoxNAME":
< asp:CheckBox ID="CheckBoxNAME" runat="server" Text="Name" />
a TextBox called "TextBoxName":
< asp:TextBox ID="TextBoxNAME" runat="server" Width="100%"…