I am going crazy trying to find the error

  • Thread starter Thread starter William Gower
  • Start date Start date
W

William Gower

<Columns>
<asp:TemplateColumn runat="server" HeaderText="Full Name" >
<ItemTemplate>
<asp:label runat="server" text='<%#
DataBinder.Eval(Container.DataItem, "FirstName") +
" " +
DataBinder.Eval(Container.DataItem,
"LastName") %>' />
</ItemTemplate>
</ asp:TemplateColumn>
</Columns>

Expression exected and it is pointing to the <asp:label> line.
 
Hi William,

Did you ask this in the newsgroup?

microsoft.public.dotnet.framework.aspnet

Cor
 
Back
Top