Hi all, I have a GridView. It has just been dropped on the form and filled from a Dataset in the code behind. The GridView first tag now looks like so..
But it will not allow me to edit the Grid data, is there something I am missing?
Thx T
Age is a consequence of experience
Code:
<asp:GridView ID="GridViewTestResults" runat="server" AutoGenerateEditButton=true AutoGenerateColumns="False" DataKeyNames="TestId" OnRowDataBound="GridViewTestResults_RowDataBound" OnRowEditing="GridViewTestResults_RowEditing" >
But it will not allow me to edit the Grid data, is there something I am missing?
Thx T
Age is a consequence of experience