S
Steven Blair
Using the code:
((GridView)c).Rows[r].Cells.Text
allows me to get the text field from each column, except columns with a
LinkButton in them (template). This property is always blank.
Anyone know how I can populare the Text field?
Regards,
Steven
((GridView)c).Rows[r].Cells.Text
allows me to get the text field from each column, except columns with a
LinkButton in them (template). This property is always blank.
Anyone know how I can populare the Text field?
Regards,
Steven