A
Andy Fish
Hi,
I have a forrm with viewstate disabled (to try and optimize network
performance). I have come a bit unstuck though when I use a repeater with a
textbox inside it
Obivously with viewstate disabled, the repeater contains no items on
postback unless I databind it. however, this causes the posted textbox
values to be overwritten with the databound ones.
is there any way to do the databind before the posted values are applied, or
do I have to enable viewstate for this form after all?
TIA
Andy
I have a forrm with viewstate disabled (to try and optimize network
performance). I have come a bit unstuck though when I use a repeater with a
textbox inside it
Obivously with viewstate disabled, the repeater contains no items on
postback unless I databind it. however, this causes the posted textbox
values to be overwritten with the databound ones.
is there any way to do the databind before the posted values are applied, or
do I have to enable viewstate for this form after all?
TIA
Andy