Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
All-Star
16526 Points
3378 Posts
Feb 15, 2012 05:11 PM|LINK
lusty_learner <asp:TemplateField HeaderText="Client Name" SortExpression="Client.Name"> <ItemTemplate> <asp:Label ID="ClientNameLabel" Text='<%#Eval("Client.Name") %>' runat="server" /> </ItemTemplate> </asp:TemplateField>
This is invalid notation. I suggest creating a property called ClientName that defines a getter, which returns the Client.Name value.
stevenbey
All-Star
16526 Points
3378 Posts
Re: Linq need help
Feb 15, 2012 05:11 PM|LINK
This is invalid notation. I suggest creating a property called ClientName that defines a getter, which returns the Client.Name value.
http://stevenbey.com
Recursion: see Recursion