Tagged Questions

1
vote
3answers
324 views

jquery tablesorter plugin - retain alternative row colors

i took an html table that i am applying alternative row colors and i just added jquery table sorter on it so users can sort the table. the issue is that the alternative row colors …
1
vote
1answer
64 views

change backcolor of part of text using javascript ?

i have some part of text with html tags , for example <b>something</b> i select some part of text for example "some". with getSelection().getRangeAt(0); i get po …
0
votes
1answer
60 views

Rectangular BackColor of selection in RichTextBox

Background: I'm going to start studying/coding at the local university's library. Since I'm not a student, I won't be able to utilize their wireless internet access. Since StackOve …
0
votes
1answer
256 views

Change color of scrollbar of listbox in ASP.NET

How to change the color of scrollbar of a listbox in ASP.NET?
0
votes
2answers
165 views

BackColor of ListView ColumnHeaders

Is there a way to set the BackColor of the ColumnHeaders of a ListView?
2
votes
2answers
315 views

When I change a .NET Button’s BackColor back to it’s origional value, it doesn’t look the same anymore

I have a button which I wanted to "flash" briefly to get the user's attention. I figured the easiest way would be to change the Button's BackColor property to another color, and th …
2
votes
2answers
1k views

How to change the backcolor of a row in a DataGridView based on the value of a cell?

Say I have a DataGridView which shows the content of a DataTable. I want to be able to set the backcolor of a row based on the value of a cell in this row. Note that the cell in …