Avatar of Victor  Charles
Victor CharlesFlag for United States of America

asked on 

Help with highlighting rows with mouseover of a checkbox list web control?

Hi,

When I place my mouse over a row, only the checkbox is highlighted, how do you also highlight the text in the row?

V.
ASP.NET

Avatar of undefined
Last Comment
Victor Charles
Avatar of Ramkisan Jagtap
Ramkisan Jagtap
Flag of Finland image

Avatar of Victor  Charles

ASKER

Thanks for the code. Do you know the vb.net version of the code below?

foreach (ListItem item in CheckBoxList1.Items)
             {
                 item.Attributes.Add("onmouseover", "javascript:this.className = 'itemStyle'");
                 item.Attributes.Add("onmouseout", "javascript:this.className = ''");
             }
ASKER CERTIFIED SOLUTION
Avatar of Ramkisan Jagtap
Ramkisan Jagtap
Flag of Finland image

Blurred text
THIS SOLUTION IS ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
Avatar of Victor  Charles

ASKER

Thanks!
Avatar of Victor  Charles

ASKER

Hi,

Is their a way to applly the code below for all checkbox list control on my form? instead of repeating the code for each control.

For Each item As ListItem In CheckBoxList1.Items
      item.Attributes.Add("onmouseover", "javascript:this.className = 'itemStyle'")
      item.Attributes.Add("onmouseout", "javascript:this.className = ''")
Next
ASP.NET
ASP.NET

The successor to Active Server Pages, ASP.NET websites utilize the .NET framework to produce dynamic, data and content-driven web applications and services. ASP.NET code can be written using any .NET supported language. As of 2009, ASP.NET can also apply the Model-View-Controller (MVC) pattern to web applications

128K
Questions
--
Followers
--
Top Experts
Get a personalized solution from industry experts
Ask the experts
Read over 600 more reviews

TRUSTED BY

IBM logoIntel logoMicrosoft logoUbisoft logoSAP logo
Qualcomm logoCitrix Systems logoWorkday logoErnst & Young logo
High performer badgeUsers love us badge
LinkedIn logoFacebook logoX logoInstagram logoTikTok logoYouTube logo