Why lost the text input by the user?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi!
I have a DataList that bind in the first page load (not postback). The
datalist has two textbox that can be edited by the user. When I press the
Save button (ImageButton) and I watch the textboxs they are with the original
value.
- I don't rebind the DataList.
- The textbox has a custom binding on ItemDataBound event.

How to get the text input by the user¿?

Help! =(

Thanks
 
Hi!
I have a DataList that bind in the first page load (not postback). The
datalist has two textbox that can be edited by the user. When I press the
Save button (ImageButton) and I watch the textboxs they are with the original
value.
- I don't rebind the DataList.

if you don't rebind it, then it should work, I think.

Can you give an example of your code?
 
Back
Top