SHOWcode

2018年4月11日 星期三

C#.NET GridView變色

GridView變色


 protected void GridView1_PreRender(object sender, EventArgs e)
    {
        foreach (GridViewRow GV_Row in GridView1.Rows)
        {
            GV_Row.Cells[8].ForeColor = System.Drawing.Color.Red;
        }
    }

沒有留言:

張貼留言

Jenkins-mail

參考:http://www.linuxea.com/1767.html 前置作業略過~有空再補 Mailer Plugin post { success { emailext ( subject: &...