Hopes

Start Here..

 

Datagrid光棒效果

        protected void gd_mapfile_ItemDataBound(object sender, DataGridItemEventArgs e)
        {
            if (e.Item.ItemIndex != -1)
            {
                e.Item.Attributes.Add("onmouseover ", "this.bgColor= '#ffffff' ");
                e.Item.Attributes.Add("onmouseout ", "this.bgColor= '#d0e2fd' ");
            } 
        }

posted on 2012-07-29 15:59 ** 阅读(130) 评论(0)  编辑  收藏


只有注册用户登录后才能发表评论。


网站导航:
 

导航

统计

公告

你好!

常用链接

留言簿(2)

随笔档案

文章分类

文章档案

新闻档案

相册

收藏夹

C#学习

友情链接

搜索

最新评论

阅读排行榜

评论排行榜