Getting value from a cell from a gridview on RowDataBound event December 18, 2023 by Tarik why not pull the data directly out of the data source. DataBinder.Eval(e.Row.DataItem, "ColumnName")