R
Rick Spiewak
I have been unable to find an elegant way to navigate to the controls in a
DataGrid in edit mode in order to get the changed values. I end up with a
lot of code like:
e.Item.Controls(5).Controls(0)
to get at a simple textbox, or:
e.Item.Controls(5).Controls(1)
if there is a multiline text box.
No ID's seem to end up on these controls, and I can't seem to find a
generalizable, clean way to access them. Any ideas?
Regards - Rick
DataGrid in edit mode in order to get the changed values. I end up with a
lot of code like:
e.Item.Controls(5).Controls(0)
to get at a simple textbox, or:
e.Item.Controls(5).Controls(1)
if there is a multiline text box.
No ID's seem to end up on these controls, and I can't seem to find a
generalizable, clean way to access them. Any ideas?
Regards - Rick