I try :
<asp:TemplateField HeaderText="Local ">
<ItemTemplate>
<asp:TextBox ID="txtLocal" runat="server" Text='<%# Eval("LPName") == null ? "" : Eval(Title) %>' ></asp:TextBox>
</ItemTemplate>
</asp:TemplateField>
i want if fieldLPName have not any value, take value from title.But unable to do this.Is there any method or i am in wrong way.Thanks.
Double quote is missing with
Titlefield,