Hi I am trying to read hidden data from a gridview control. This works if
the data is visible but if the column is not visible it does not return
anything, thanks.
Int32 itemp = Convert.ToInt32 (e.Row.Cells[6].Text);
--
Paul G
Software engineer.
the data is visible but if the column is not visible it does not return
anything, thanks.
Int32 itemp = Convert.ToInt32 (e.Row.Cells[6].Text);
--
Paul G
Software engineer.
Comment