G
Guest
Hello,
string colVal =((TextBox)e.Item.Cells.Controls[0]).Text;
this is how I reach column value in a grid:
how can I reach with the column name?
some value should be int, some date, how should I read them?
Thanks,
Jim.
string colVal =((TextBox)e.Item.Cells.Controls[0]).Text;
this is how I reach column value in a grid:
how can I reach with the column name?
some value should be int, some date, how should I read them?
Thanks,
Jim.