M
MattC
When I add a template column to a DataGrid and bind some data from an object
in a collection using the following:
<% DataBinder.Eval(Container, "DataItem.Department.DepartmentName") %>
What Namespace/Class is Eval located in and can I call if from code behind.
I have implemented my own version of reflection nased property navigation
but I'd really rather use the original wheel than reinvent it.
TIA
MattC
in a collection using the following:
<% DataBinder.Eval(Container, "DataItem.Department.DepartmentName") %>
What Namespace/Class is Eval located in and can I call if from code behind.
I have implemented my own version of reflection nased property navigation
but I'd really rather use the original wheel than reinvent it.
TIA
MattC