Tagged Questions

4
votes
2answers
127 views

.NET TextBox BackColor issue

On a .NET page, I have a textbox. If I don't change the BackColor property, it looks flat. However, when using BackColor, e.g.: txt.BackColor = System.Drawing.Color.Yellow; the look changes to some ...
2
votes
1answer
347 views

Text in MS Charts gets “blocky” when BackColor is transparent

When settings BackColor = Color.Transparent, this is the picture I end up with from Microsofts asp.net chart control http://login.competencetool.se/blockychart.bmp If I don't set any ...
0
votes
1answer
968 views

Change color of scrollbar of listbox in ASP.NET

How to change the color of scrollbar of a listbox in ASP.NET?