I
InK_
Hi, All!
I need to accomplish such functionality:
A data row should be highlighted with the other color if cursor is over it.
I also have the old code from asp which uses
<tr onmouseover="colorrow(this,'#EEEEEE');"
onmouseout="colorrow(this,'#FFFFFF');">
for every row of a table.
What can I do to achieve the same for DataView or may be I should use
something else?
Thanks
I need to accomplish such functionality:
A data row should be highlighted with the other color if cursor is over it.
I also have the old code from asp which uses
<tr onmouseover="colorrow(this,'#EEEEEE');"
onmouseout="colorrow(this,'#FFFFFF');">
for every row of a table.
What can I do to achieve the same for DataView or may be I should use
something else?
Thanks