e.NewValues value is missing

  • Thread starter Thread starter Samuel
  • Start date Start date
S

Samuel

I am looking for the newly entered value in the GridView control and there
is no values retuned in the e.NewValues collection (count is 0)

Thank you,
Samuel
 
<EditItemTemplate>

<asp:TextBox ID="TextBox1" runat="server" Text='<%# Bind("fTaskType")
%>'></asp:TextBox>

</EditItemTemplate>

<ItemTemplate>

<asp:Label ID="Label1" runat="server" Text='<%# Bind("fTaskType")
%>'></asp:Label>

</ItemTemplate>



sam
 
Back
Top