R
ReuvenT
Hi,
I'm getting a lot of mileage from the new GridView control and have
integrated template columns with the base field columns. One new task has
come up: if there is a row that has gone into edit mode on the web page, and
the user clicks a Save button on the containing page , I need to gather and
save the new values from that row as if the user clicked the Gridview row's
update button.
The ExtractRowValues seems the appropriate method to use, but I can't figure
out how this is used with the gridview(row) object. Any suggestions would be
appreciated. The backup approach would be to iterate through the cells and
retrieve the valeus from each control, but that is less elegant.
Thanks,
Reuven
I'm getting a lot of mileage from the new GridView control and have
integrated template columns with the base field columns. One new task has
come up: if there is a row that has gone into edit mode on the web page, and
the user clicks a Save button on the containing page , I need to gather and
save the new values from that row as if the user clicked the Gridview row's
update button.
The ExtractRowValues seems the appropriate method to use, but I can't figure
out how this is used with the gridview(row) object. Any suggestions would be
appreciated. The backup approach would be to iterate through the cells and
retrieve the valeus from each control, but that is less elegant.
Thanks,
Reuven