Prevent alternating row colors in Cells

  • Thread starter Thread starter Steve Bottoms
  • Start date Start date
S

Steve Bottoms

Hi, all!

How does one prevent table cell background colors from alternating between
grey and white? I've dropped a basic table control on an ASP.Net page
(using VB.Net codebehind), and dynamically creating rows and cells. However,
I can't seem to get the blasted thing to stop alternating the background
colors on every other row! I've tried setting the cell.BackColor property,
but the value is just getting ignored! Also tried on row.BackColor, but
that doesn't have any effect either!

What's the deal? This is driving me nuts!!
SteveB
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top