Click here to Skip to main content
15,899,313 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Repeater control row background colour is changing on mouse over I don't want it, I don't want to change row colour on mouse over ,how to achieve it.
Posted
Updated 10-May-17 5:08am

HTML
<table><tbody><tr onmouseover="this.style.backgroundColor='blue'" onmouseout="this.style.backgroundColor=''">
</tr></tbody></table>


fore more info.. :)

chang row color in mouse over in repeater [^]

Change Repeater row background color on mouse hover in Asp .net[^]

How to change background color of row in repeater control , when MouseOver on it?[^]
 
Share this answer
 
set your repeater row background color like this onmouseover
HTML
<tr  önmouseover="this.style.backgroundColor=''" >

Source From : chang row color in mouseover in repeater
 
Share this answer
 
v3
Comments
ClimerChinna 5-Aug-14 2:00am    
Thanks for reply,
but its not working
Dilan Shaminda 5-Aug-14 2:10am    
may i ask the reason for down voted? i have just checked that example with a working repeater.It works fine.Can you post your repeater code here.Then i can check it :-)
ClimerChinna 5-Aug-14 2:51am    
Sorry ,
its working fine now I have placed the code in wrong place that's why it didn't worked.
I am So sorry its my fault only.
ClimerChinna 5-Aug-14 3:00am    
could you please tell me the same thing for RAD list view also
Dilan Shaminda 5-Aug-14 3:16am    
Nice :-) check this post it might help you
http://www.telerik.com/forums/onmouseover-backgroung-color-in-listview-items

Happy coding :-)

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