J
Jeff
hi
asp.net 2.0
I have a list, List<Car> which I want displayed in a Repeater control. Each
line of the repeater contorl should display 3 different pictures.
The problem is that these 3 different pictures represent 3 different records
in the Database. So in the ItemDataBound method I can only reach one of
them. I should instead access 3 car objects from that method to make it
correct...
e.Item.DataItem holds the reference to one of the Car objects, I need
reference to 3 from that method.. or maybe solution is in another method,
not ItemDataBound
anyone got any tips?
asp.net 2.0
I have a list, List<Car> which I want displayed in a Repeater control. Each
line of the repeater contorl should display 3 different pictures.
The problem is that these 3 different pictures represent 3 different records
in the Database. So in the ItemDataBound method I can only reach one of
them. I should instead access 3 car objects from that method to make it
correct...
e.Item.DataItem holds the reference to one of the Car objects, I need
reference to 3 from that method.. or maybe solution is in another method,
not ItemDataBound
anyone got any tips?