HELP - change values (color) in a repeater control

  • Thread starter Thread starter mrwoopey
  • Start date Start date
M

mrwoopey

I have a repeater control in a asp.net app. Once the repeater is fill
with data (via bind) I would like to go through the repeater and
change the color of one of the items. I can get to where the item is
by looping through and seeing the contents of the
DataBoundLiteralControl. I tried updating the DataBoundLiteralControl
by adding <font> tags to change the color but
objCurrentRepeaterItem.Controls(0) is read only.

So, how do you update an item in a repeater control to a different
color and/or value?

Please post code or a property that I can use!

Thanks!

Phin
 
Back
Top