I have a repeater inside a web user control .I need to bind it with the properties of another C# class (say abc.cs). Can anyone please let me know how to bind the repeater with properties of another C# class?
Note:i don't have properties in webusercontrol.cs file.They have been placed and being set in another C# class.
For example
<asp:Label ID="lblCloseDate" Text='<%#Eval("Property Reference") %>' runat="server" />
Thank You.