| Author: Lizzy 13 Nov 2008 | Member Level: Bronze Points : 1 |
How do you make a particular row to highlight a color on click? It should not be changed onmouseover or onmouseout.
|
| Author: Gnana Prakash 14 Nov 2008 | Member Level: Gold Points : 1 |
Hi Lizzy
just you can add below code
e.Row.Attributes.Add("onclick", "this.className='classname'");
|