protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e)
{
string str = Convert.ToString(DataBinder.Eval(e.Row.DataItem, "title_id"));
if (str == "PC8888")
e.Row.BackColor = System.Drawing.Color.Yellow;
}
posted on 2006-10-30 15:07
圣域飞侠 阅读(414)
评论(1) 编辑 收藏