Hi All,
I have an VS2005 ASP.Net page with a repeater on it of Customers.
The following shows up in the of the repeater:
<span><%# Eval(GetAdLinks((Customer)Container.DataItem)) %></span>
The GetAdLinks is a protected mehtod in the code behind which returns a control represented as a string. Is this possible?
I'm getting an error that says Customer does not contain a property with the name ...
Any ideas?
thanks, rod.