Skip to main content

Posts

Showing posts with the label CSS

Highlight,change color of row on mouseover in grid view using CSS - C#.Net ASP.Net VB.Net

In this article i am going to explain about how to highlight/change color on mouse over in grid view using CSS. This is achieved by setting the different class on mouseover and mouseout event on the datarow of gridview. This can be acieved using the OnRowCreated event of the gridview.