How to click/select Row in ASP.NET GridView or HTML Table
Posted by: The Code Project Latest Articles,
on 28 Dec 2011 |
View original | Bookmarked: 0 time(s)
Following are optimized code for SelectRow functionStylesheet.selectedRow{color: #303030;font-size:3em;font-weight:bold;}.normalRow{color: #909090;font-size:2em;font-weight:normal;}Javascriptfunction SelectRow(row) { // get all data rows - siblings to......