<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
"Teemu Keiski" <> wrote in message
news:7EDF3BF5-2D60-4C66-A56E-...
> Are you using The <%#Bind... %> syntax? E.g two-way databinding?
>
>
> --
> Teemu Keiski
> AspInsider, ASP.NET MVP
> http://blogs.aspadvice.com/joteke
> http://teemukeiski.net
>
>
>
> "Samuel" <> wrote in message
> news:eN5i8$...
>>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
>>
>