I am getting the following error for an item in a GridView: **A call to Bind was not well formatted. Please refer to documentation for the correct parameters to Bind. **
<ItemTemplate>
<asp:LinkButton ID="lnkColumn" runat="server" CausesValidation="False" CommandName="Select"
Text='<%# Bind("TableName.Column") %>' />
</ItemTemplate>
I can't work out why it works fine on my dev server, but not on the test machine. It also works on the production box? We are running ASP.NET 3.5 for the website.