Forum Moderators: open
CType(e.Item.Cells(1).Controls(0), TextBox).Text
Problem is this text value is always the original value of the datagrid and never changes to what has been entered into the text box. This is driving me insane. What on earth could be the problem?
Even when I have it just putting the value into a label and not the database as well, it still shows the original datagrid value.
Thanks in advance.