G
Guest
Hello all,
I have a datagrid that I dynamically add rows to (through binding to a
datatable). Each row has a textbox that a user can enter a value into and a
couple of other columns with values.
I have the textbox autopostback set to true so that I can capture the text
changed event. What I need to do in that event is get data from another
column in the same row as the textbox that was changed, but I'm not sure how
I know or how I would find out what the row is.
I've accessed the entered value of the textbox through the sender, but now
what?
TIA,
Melissa
I have a datagrid that I dynamically add rows to (through binding to a
datatable). Each row has a textbox that a user can enter a value into and a
couple of other columns with values.
I have the textbox autopostback set to true so that I can capture the text
changed event. What I need to do in that event is get data from another
column in the same row as the textbox that was changed, but I'm not sure how
I know or how I would find out what the row is.
I've accessed the entered value of the textbox through the sender, but now
what?
TIA,
Melissa