上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 53 下一页
摘要: 方法一: string sql="SELECT * FROM NewsClass ORDER BY ORDERID DESC"; OleDbConnection conn=new OleDbConnection(); conn.ConnectionString=ConnectionString; conn.Open(); OleDbCommand cmd = new ... 阅读全文
posted @ 2008-04-03 11:15 岩仔 阅读(99) 评论(0) 推荐(0) 编辑
摘要: 方法一: string sql="SELECT * FROM NewsClass ORDER BY ORDERID DESC"; OleDbConnection conn=new OleDbConnection(); conn.ConnectionString=ConnectionString; conn.Open(); OleDbCommand cmd = new ... 阅读全文
posted @ 2008-04-03 11:15 岩仔 阅读(117) 评论(0) 推荐(0) 编辑
摘要: 方法一: string sql="SELECT * FROM NewsClass ORDER BY ORDERID DESC"; OleDbConnection conn=new OleDbConnection(); conn.ConnectionString=ConnectionString; conn.Open(); OleDbCommand cmd = new ... 阅读全文
posted @ 2008-04-03 11:15 岩仔 阅读(123) 评论(0) 推荐(0) 编辑
摘要: 方法一: string sql="SELECT * FROM NewsClass ORDER BY ORDERID DESC"; OleDbConnection conn=new OleDbConnection(); conn.ConnectionString=ConnectionString; conn.Open(); OleDbCommand cmd = new ... 阅读全文
posted @ 2008-04-03 11:15 岩仔 阅读(118) 评论(0) 推荐(0) 编辑
摘要: /我们先设置当鼠标上去的时候他的背景色改变 e.Row.Attributes.Add("onmouseover", "c=this.style.backgroundColor;this.style.backgroundColor='#ff6699'"); //下面我们再设置当鼠标离开后背景色再还原 e.Row.Attributes.Add("onmo... 阅读全文
posted @ 2008-04-03 10:50 岩仔 阅读(158) 评论(0) 推荐(0) 编辑
摘要: /我们先设置当鼠标上去的时候他的背景色改变 e.Row.Attributes.Add("onmouseover", "c=this.style.backgroundColor;this.style.backgroundColor='#ff6699'"); //下面我们再设置当鼠标离开后背景色再还原 e.Row.Attributes.Add("onmo... 阅读全文
posted @ 2008-04-03 10:50 岩仔 阅读(75) 评论(0) 推荐(0) 编辑
摘要: /我们先设置当鼠标上去的时候他的背景色改变 e.Row.Attributes.Add("onmouseover", "c=this.style.backgroundColor;this.style.backgroundColor='#ff6699'"); //下面我们再设置当鼠标离开后背景色再还原 e.Row.Attributes.Add("onmo... 阅读全文
posted @ 2008-04-03 10:50 岩仔 阅读(97) 评论(0) 推荐(0) 编辑
摘要: /我们先设置当鼠标上去的时候他的背景色改变 e.Row.Attributes.Add("onmouseover", "c=this.style.backgroundColor;this.style.backgroundColor='#ff6699'"); //下面我们再设置当鼠标离开后背景色再还原 e.Row.Attributes.Add("onmo... 阅读全文
posted @ 2008-04-03 10:50 岩仔 阅读(175) 评论(0) 推荐(0) 编辑
摘要: /我们先设置当鼠标上去的时候他的背景色改变 e.Row.Attributes.Add("onmouseover", "c=this.style.backgroundColor;this.style.backgroundColor='#ff6699'"); //下面我们再设置当鼠标离开后背景色再还原 e.Row.Attributes.Add("onmo... 阅读全文
posted @ 2008-04-03 10:50 岩仔 阅读(112) 评论(0) 推荐(0) 编辑
摘要: //绑定 public void bind() { string sqlstr = "select * from 表"; sqlcon = new SqlConnection(strCon); SqlDataAdapter myda = new SqlDataAdapter(sqlstr, sqlcon); DataS... 阅读全文
posted @ 2008-04-03 09:13 岩仔 阅读(135) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 53 下一页