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
Alexey Smirnov - 13 Sep 2007 07:53 GMT
> 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?