Computer Science, asked by TbiaSamishta, 1 year ago

After the row is determined in Edit Mode, locate the control in the proper cell by using the ________ method in the selected row. a)Findcontrol() b)GridviewRow.cells[].FindControls[index} 3)GridViewRow[i].cells[index].controls[count]

Answers

Answered by yani54
0
find control..........
Answered by aqibkincsem
0

After the row is determined in edit mode, locate the control in the proper cell by employing the Findcontrol( ) method in the selected row.

In order to obtain the value of textbox that is embedded within the gridview, you have to determine the row index in which textbox is found and you have to recognize the command argument that fires up the event and row command_event.

Similar questions