怎么可以让鼠标移上去就变手指形啊
GridView记录,只有第一列为链接,其他为文字绑定,怎么让鼠标移到每一行任意位置都变为手指形状啊...谢谢
------解决方案--------------------使用css
// css 定义
<style type=text/css>
.myhand { cursor: pointer; }
</style>
// GridView rowstyle 中引用
<RowStyle cssclass=myhand />
------解决方案--------------------style{curson:hand;}