B
Ben Amada
I'm a little confused about in what Event should I add dynamic controls and
in what Event should I retrieve the value of a dynamic control on postback.
I've found that adding dynamic controls in the Page Load event works, and I
realize that I need to add the dynamic controls again on each postback. But
if I'm trying to retrieve the value of a dynamic control (Text property of a
TextBox for instance), should I retrieve the value in the PreRender event?
This seems to work, but I don't know if that's when I'm supposed to retrieve
the value.
Tia,
Ben
in what Event should I retrieve the value of a dynamic control on postback.
I've found that adding dynamic controls in the Page Load event works, and I
realize that I need to add the dynamic controls again on each postback. But
if I'm trying to retrieve the value of a dynamic control (Text property of a
TextBox for instance), should I retrieve the value in the PreRender event?
This seems to work, but I don't know if that's when I'm supposed to retrieve
the value.
Tia,
Ben