Inputs inside ListView doesn't change values from old to recently set on ItemUpdating event
- by Tema
Hi,
I would appreciate if someone help me to understand this situation.
I do not know why but when i edit selected ListView item (containing few TextBoxes) and then press Update button in the ItemUpdating event i always get old values instead of those which were typed recently.
Why?
I do not use Page_Load event so i do not need check on…