rob33n adlı üyeden alıntı: mesajı görüntüle
protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e)
{
    if (e.Row.RowType == DataControlRowType.DataRow)
    {
        foreach (TableCell cell in e.Row.Cells)
        {
            
        }
    }
}
hocam foreach içine ne yazacağız o konuda yardım edebilir misiniz ?