I am going crazy trying to find the error

I am going crazy trying to find the error

Post by William Go » Sat, 24 Apr 2004 15:02:28


<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.
 
 
 

I am going crazy trying to find the error

Post by Cor Ligthe » Sat, 24 Apr 2004 16:02:21

Hi William,

Did you ask this in the newsgroup?

microsoft.public.dotnet.framework.aspnet

Cor