Data Grid edit problem
Hi,
Why am unable to edit the record from the data grid.
I did all the ways. When i display the query its displaying the old values only.
bName=e.item.cells(2).controls(0),textbox).text
this is returning the old values only eventhough i have entered new value. When i click edit, textbox is displaying to edit. After clicking update its doing operation but with the previous value only.
What could be the problem?
------------
Thanx in advance
|