Click here to Skip to main content
15,793,624 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Well i have a RadiobuttonList control databound and i want to set hover effect on each item.

Also i want to change the color of selected radiobutton. And one last question, can i set the color of selected radio from code behind?

Is it possible to help me?

Thanks
Posted
Comments
Richard C Bishop 8-Apr-13 12:48pm    
You only asked one question and the answer to that is yes.
pantelis89 8-Apr-13 12:52pm    
ok then. is there a way to do it?
[no name] 8-Apr-13 12:54pm    
Yes.

1 solution

You have not specified the UI stack but they should be essentially the same for this in that you will use the tooltip.

http://msdn.microsoft.com/en-us/library/system.windows.controls.tooltipservice(v=vs.85).aspx[^]

For changing the color just set the color in the style. You should not need to touch code behind.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900