S
Serkan DIRIARIN
Hi! I have a datagrid and i want to update new values after editing
datagrid.
i am using following code;
tb = CType(e.Item.Cells(1).Controls(0), TextBox)
dv.Item(0).Item(1) = tb.Text
but when i try, i am getting original values from textbox
can anyone help?
thanks
datagrid.
i am using following code;
tb = CType(e.Item.Cells(1).Controls(0), TextBox)
dv.Item(0).Item(1) = tb.Text
but when i try, i am getting original values from textbox
can anyone help?
thanks