-
Is is possible to directly bind the DataRepeater control to a DataEnviroment command? I've only been able to get the DataRepeater control to work if I bind the control to an ADO Data control and not directly to the DataEnviroment. When I try to bind the DataRepeater control to the DataEnviroment the DataFields are empty on the RepeaterBindings tab of the Property Pages for the Repeater control.
Any help would be appreciated.
-
Are you sure your Connection object is active? Press the Refresh button in the Data Environment Designer. If it still doesn't work, check your Command object.