URGENT !!!!!!!!How to set color to acheckbox dynamically in asp.net

S

Sileesh

Hi All


Can anyone out there help me with some code of how to set
color to acheck box (HTMLINPUTCHECKBOX)dynamicall based on
a value.

Thx in Advance
Sileesh
 
G

Guest

You can set the background color by creating a style
attribute:

chkbox.Attributes.Add("style", "background-
color:yellow;");
 
K

Ken Cox [Microsoft MVP]

Maybe it was so URGENT !!!!!!!! that people thought it was too late?

(I always wonder how marking a message urgent will get a faster response.)


Alvin Bruney said:
I noticed your post went unanswered. Have you resolved this issue?

--
Regards,
Alvin Bruney [ASP.NET MVP]
Got tidbits? Get it here...
http://tinyurl.com/3he3b
You can set the background color by creating a style
attribute:

chkbox.Attributes.Add("style", "background-
color:yellow;");
 
A

Alvin Bruney [MVP]

well it was apparently soooooo urgent that he couldn't wait for a reply :)

--
Regards,
Alvin Bruney [ASP.NET MVP]
Got tidbits? Get it here...
http://tinyurl.com/3he3b
Ken Cox said:
Maybe it was so URGENT !!!!!!!! that people thought it was too late?

(I always wonder how marking a message urgent will get a faster response.)


Alvin Bruney said:
I noticed your post went unanswered. Have you resolved this issue?

--
Regards,
Alvin Bruney [ASP.NET MVP]
Got tidbits? Get it here...
http://tinyurl.com/3he3b
You can set the background color by creating a style
attribute:

chkbox.Attributes.Add("style", "background-
color:yellow;");

-----Original Message-----
Hi All


Can anyone out there help me with some code of how to
set
color to acheck box (HTMLINPUTCHECKBOX)dynamicall based
on
a value.

Thx in Advance
Sileesh
.
 

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

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,020
Latest member
GenesisGai

Latest Threads

Top