F
Fred Dag
As far as I can work out when using the OnTextChanged event I cannot get the
TextBox and Labels values when the event fires as they are populated by a
<asp:repeater and so don't have values.
If I try to give the repeater values by removing
if (!IsPostBack)
{}
from the
Page_Load() method then my method is not called by the OnTextChanged event.
There is probably a limitation with my understanding of the event model.
How should I be getting OnTextChanged events from a <asp:repeater component
and getting details about the values from the other controls of the
<ItemTemplate> line that caused the event to trigger?
Thanks in advance
TextBox and Labels values when the event fires as they are populated by a
<asp:repeater and so don't have values.
If I try to give the repeater values by removing
if (!IsPostBack)
{}
from the
Page_Load() method then my method is not called by the OnTextChanged event.
There is probably a limitation with my understanding of the event model.
How should I be getting OnTextChanged events from a <asp:repeater component
and getting details about the values from the other controls of the
<ItemTemplate> line that caused the event to trigger?
Thanks in advance