Grid record update
-
Dear All, I have a grid that has a clickable image in one of its column. When this image is clicked, the Detail form appears with number of text boxes. Now, for the first time, the detail form shows correct data related to the clicked record on the grid. The grid is updated and shows the updated values. Now if I try to change the same record, again the detail form appears but this time it shows older values, means somehow it is retaining its value. For all the textboxes, I have set ViewState=false and AutoPostBack=false. Thanks in advance.
Imtiaz
-
Dear All, I have a grid that has a clickable image in one of its column. When this image is clicked, the Detail form appears with number of text boxes. Now, for the first time, the detail form shows correct data related to the clicked record on the grid. The grid is updated and shows the updated values. Now if I try to change the same record, again the detail form appears but this time it shows older values, means somehow it is retaining its value. For all the textboxes, I have set ViewState=false and AutoPostBack=false. Thanks in advance.
Imtiaz
please double check whether record is updated correctly and also try to bind grid after updation of record. Amit