i want to know how do i make the label transparent in c# with the control
color it currently on. I tried following code but it is nt working.
"label1.BackColor = Color.Transparent;"
Please help me out.
I have even tried by keeping label's backcolor property as transparent. but still its nt working.
Loading
Deepak BhatiaPosted Jul 4, 2010, 10:56 AM
Deepak BhatiaPosted Jul 4, 2010, 10:50 AM
Are you trying to do this on window application or asp pages.
In asp pages you do not need to set label backgroud color transparent it is automatically transparent.