Hi,
I need to modify someone else's code in order to show some extra data on a page. The page is returned as a DataGrid with all the items referred to as for example:
Code:
<%# DataBinder.Eval(Container, "DataItem.FirstName")
I tried just replacing the 'FirstName' bit with the names of the new data being returned but got
'System.Data.DataRowView' does not contain a property with the name etc' error
Can anyone help me include this extra field?
thanks,
Pete M