Hello Everybody!
I have a simple question: where can I get or set a control, which is in a template field?
I have a gridview, and I've created a templatefield in it, with a textbox inside. I want to use the data typed in that textbox, but I don't know how to reach it.
I've tried the following:
GridView1.SelectedRow.Cells[4]. how to continue? Looked for everywhere, but no sign of it.
(The textbox is int the fourth column).
Thank you!