I suggest you use a table in your Repeater. Put the opening <TABLE> in the
headertemplate and close your table in the footertemplate. Set the bgcolor
of the table to the background you want.
Dale
"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:uI$...
> repeater spits out html, you'll have to render it to SOME type of control
> that allows coloring of the background
>
> --
> Curt Christianson
> Owner/Lead Developer, DF-Software
> Site: http://www.Darkfalz.com
> Blog: http://blog.Darkfalz.com
>
>
> "jm" <> wrote in message
> news: om...
> > I have a repeater and based upon some database results want to change
> > the backcolor or font color of the row at my databind statement.
> >
> > I have done this before with a datagrid:
> >
> > e.Item.BackColor = System.Drawing.Color.Red
> >
> > But this is unavailable with the repeater. Do I have to change to a
> > DataGrid for this functionality? Thank you.
>
>