免费邮箱 |加入收藏 | 会员中心 | 我要投稿 | RSS
您当前的位置:首页 > .NET专区 > ASP.NET技巧

js+asp.Net+ajax打造163邮箱效果--checkBox多选

时间:2011-05-16 19:54:10  来源:站内  作者:潘春会
", System.Drawing.ColorTranslator.ToHtml(grvProjList.RowStyle.BackColor));
                 e.Row.Attributes.Add(
"onmouseout", "mou(this,'" + System.Drawing.ColorTranslator.ToHtml(grvProjList.RowStyle.BackColor) + "')");
             }

            
else
            
{
                 e.Row.Attributes.Add(
"originalcolor", System.Drawing.ColorTranslator.ToHtml(grvProjList.AlternatingRowStyle.BackColor));
                 e.Row.Attributes.Add(
"onmouseout", "mou(this,'" + System.Drawing.ColorTranslator.ToHtml(grvProjList.AlternatingRowStyle.BackColor) + "')");
             }


             e.Row.Attributes.Add(
"onmouseover", "mov(this)");            

                 e.Row.Attributes.Add(
"onclick", "clk(this,event)");
           
             e.Row.Attributes[
"style"] = "Cursor:hand";
         }

     }


2。点击GridView每行,实现选中当前行,按住shift实现多选

来顶一下
返回首页
返回首页
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表
推荐资讯
如何找出DHCP地址池里未使用的IP地址
如何找出DHCP地址池里
国内常用的DNS列表
国内常用的DNS列表
Linux邮件服务器软件比较
Linux邮件服务器软件比
学用纯CSS打造可折叠树状菜单
学用纯CSS打造可折叠树
相关文章
栏目更新
栏目热门