Same color gridview

  • Thread starter Thread starter icanhelp33
  • Start date Start date
I

icanhelp33

Say when firstname, lastname is same for the data in gridview is it
possible to have the same background color for that row.
 
Say when firstname, lastname is same for the data in gridview is it
possible to have the same background color for that row.

Hi,

Yes, it;s possible. You have to handle the ItemDataBound event, then
you have access to the row being inserted, if needed you assign the
same CssClass to the new row.
 

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