<tr style=backgroundcolor: <%#(ContainerItemIndex%==)?#eeeeee:#ffffff%>onmouseover=thisstylebackground=#ddeeff onmouseout=thisstylebackground=<%#(ContainerItemIndex%==)?#eeeeee:#ffffff%>>
最終效果當鼠標移過數據表的記錄行時指針所指的行的背景色改變以達到跟其他行區分的效果
做法在Repeater中的Itemtemplate下的<tr>中加入如上代碼即可實現!
From:http://tw.wingwit.com/Article/program/net/201311/12313.html