05 2015 档案

摘要:GridViewRow Row = (GridViewRow)((e.CommandSource as Button).NamingContainer); 阅读全文
posted @ 2015-05-27 13:29 皮皮木有小JJ 阅读(174) 评论(0) 推荐(0)
摘要:GridView在生成HTML代码的时候会自动加上style="border-collapse:collapse;"以及border=1,rules="all"这些属性,这些在IE下都没什么影响,但是在FF下就会影响显示,style="border-collapse:collapse;";是由于设置了CellSpacing="0"产生的,当设置CellSpacing="1"后就没有,可以去掉sty... 阅读全文
posted @ 2015-05-18 15:22 皮皮木有小JJ 阅读(4753) 评论(0) 推荐(0)
摘要:protected void bindhbdata(string chatid){ string sql = "select * from staff where wechatid='"+ chatid +"'"; SqlDataReader dr = SqlHelper.ExecuteReader(SqlHelper.mycon, CommandType.Text, sql);... 阅读全文
posted @ 2015-05-03 12:58 皮皮木有小JJ 阅读(275) 评论(0) 推荐(0)