I'm having an issue binding to an OpenAccessDatasource
I have my DS on the page, and I link it to the combo, all works well, but if I specify a DataText or DataValue field in one of the linked objects it throws an error saying that property doesn't exist (when it does)
So this works
DataTextField="RotationID" DataValueField="RotationID">
This fails
DataTextField="Rotation.RotationName" DataValueField="RotationID">
I have my DS on the page, and I link it to the combo, all works well, but if I specify a DataText or DataValue field in one of the linked objects it throws an error saying that property doesn't exist (when it does)
So this works
DataTextField="RotationID" DataValueField="RotationID">
This fails
DataTextField="Rotation.RotationName" DataValueField="RotationID">