I have a gridview that has a datasource that is an IENUMERABLE. When I debug and view the results of the datasource, I can see that there is a field that is pulled called strTONumber and it is populated, however when my gridview has a field that uses the EVAL on the field, nothing shows up.
<asp:Label ID="lblTONumber" Text='TO: <%# Eval("strTONumber") %>' runat="server"></asp:Label>
every other item that is pulled through the datasource and displayed using the Eval works, except this one field. Any ideas?