Hi, there;
I would like to bind a list of object to a typed view. In normal MVC you can just bind to IEnumerable. But when I do this to Umbraco I am getting error:
"Cannot bind source type Umbraco.Core.Persistence.Database+
I just started Umbraco recently, can some please help this?
Bind my dataset to typed list view
Hi, there; I would like to bind a list of object to a typed view. In normal MVC you can just bind to IEnumerable. But when I do this to Umbraco I am getting error: "Cannot bind source type Umbraco.Core.Persistence.Database+
I just started Umbraco recently, can some please help this?
Cheers Robert
Finally found a solution at:
http://issues.umbraco.org/issue/U4-8357#comment=67-28909
But what disappoints me is that only option 1 works which Shannon doesn't recommend this option.
Umbraco really needs to improve the documentation.
Robert.
Topic is solved!
is working on a reply...