I have an object data source, and I want the data source to be a single object ( I can return IEnumerable<MyDataObject> or MyDataObject)
What's the correct way of going about this. I want to be able to return a single object, and then just go [=Fields.Field1]. When I'm doing it, I'm getting nothing printing.
What's the correct way of going about this. I want to be able to return a single object, and then just go [=Fields.Field1]. When I'm doing it, I'm getting nothing printing.