摘要:
在girdview中的RowDataBound事件中写下如下代码:protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e){ if (e.Row.RowType == DataControlRowType.DataRow) { e.Row.Attributes.Add("onmouseover", "c... 阅读全文
posted @ 2010-11-08 17:10
努力实现目标
阅读(756)
评论(0)
推荐(1)
浙公网安备 33010602011771号