I have a Access database, and i have a query in it that contains a field No for the Customers: Customer.No in the query. And it contains Service Item.No in the same way because the No is identical.
I also have a datagrid in which id like to include the field Service Item.No but the lines
Line 116: <asp:TemplateColumn Visible="false">
Line 117: <ItemTemplate>
Line 118: <asp:Label id="P_id" text=<%# DataBinder.Eval(Container.DataItem,"[Service Item.No]")%> runat="server">
Line 119: </asp:Label>
Line 120: </ItemTemplate>
seems to fail on line 118 the because of the . in it?
Can someone help?
thanks a lot, Greetz,
I also have a datagrid in which id like to include the field Service Item.No but the lines
Line 116: <asp:TemplateColumn Visible="false">
Line 117: <ItemTemplate>
Line 118: <asp:Label id="P_id" text=<%# DataBinder.Eval(Container.DataItem,"[Service Item.No]")%> runat="server">
Line 119: </asp:Label>
Line 120: </ItemTemplate>
seems to fail on line 118 the because of the . in it?
Can someone help?
thanks a lot, Greetz,