Binding ArrayList containing objects to repeater

rdunksdzf

New Member
Does anyone know if an ArrayList containing object references can be bound to a repeater. The repeater DataItem must reference the objects' properties to pull fields like Name, Description, etc. <BR><BR>I'm getting the following error message from the following code:<BR><%# Container.DataItem("InstructorName")%><BR><BR>ERROR: No default member found for type 'objInstructor'. <BR><BR>where InstructorName is a Property of an object within the ArrayList.<BR><BR>Thanks.<BR>
 
Back
Top