2008年1月25日

去重复

摘要: use yueshang go select a.al_id,a.al_accountsid from accountslog as a inner join(select al_id=min(al_id) from accountslog group by al_accountsid) as b on a.al_id=b.al_id select * from accountslog w... 阅读全文

posted @ 2008-01-25 08:48 zyq520 阅读(131) 评论(0) 推荐(0)

2007年12月31日

GridView选中行变色

摘要: 1.在aspx中加 2.在RowDataBound事件中加 if (e.Row.RowType == DataControlRowType.DataRow) { e.Row.Attributes.Add("onmouseover", "if(this!=prevselitem){this.style.backgroundColor='#Efefef'}");//当鼠标停留... 阅读全文

posted @ 2007-12-31 12:21 zyq520 阅读(1445) 评论(2) 推荐(0)

感觉真好!

摘要: 今天是2007年的最后一天!公司本来放假的,但是我还是来到公司!习惯了在网上看别人写的东西!今天的阳光真好!冬天的阳光就是不一样!一种温和的感觉!还好我在电脑前也能享受到! 阅读全文

posted @ 2007-12-31 11:44 zyq520 阅读(120) 评论(0) 推荐(0)

关闭网页之前提示

摘要: onbeforeunload事件,适用地方:body, frameset, window 支持平台:IE4+/Win, Mozilla 1.7a+, Netscape 7.2+, Firefox0.9+ 不支持平台:opera 使用: 阅读全文

posted @ 2007-12-31 11:29 zyq520 阅读(196) 评论(0) 推荐(0)

导航