Major problems with Datagrid and the update command

  • Thread starter Thread starter Brett Hargreaves
  • Start date Start date
B

Brett Hargreaves

I'm having a major problems with Datagrid and the update command.
Basically when I enter into edit mode in my data grid then set a new value,
the update command is not picking up the new value.
So, if the original value is 10, and I change it to 20 the txtFieldName.Text
field still thinks it has the old value of 10 in it.
Anyone any ideas why!!!

Cheers
Brett
 
Hi,

Is this a win or web based grid??

IF it's a web based you would have to call Bind again

give more details ....


cheers,
 
Back
Top