hi,

Do you know hwo to get the changed value out of the datagrid?
I did the code like this to get the changed name, but it still gave me the old value.

Dim namebox As TextBox
namebox = CType(e.Item.Cells(1).Controls(0), TextBox)

Dim name As String = e.Item.Cells(1).Text