Hi!
Thanks for such a good project - it's really helpful for editing custom objects in FormView. But, right now it doesn't support complex object construction.
So, expressions like <%# Bind("Id") #> work perfectly, but complex object bindings like <%# Bind("ChildObject.Id") #> doesn't work. I guess, another implementation of BuildObject<T> in GenerecUtility.cs would resolve this issue. Maybe, there is another way to solve this problem?
This feature would be really cool, wouldn't it?