Problems with my GridView/
Check 1:
If you select the GridView in the designer, and select that entry in the Properties box, you can select the correct values.The result should change your source line to look something like the following (in bold):
<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False"
Check 2:
If you have NULL fields in your data and checked the "Use Optimistic Concurrency" option when configuring your Sql
No comments:
Post a Comment