J
Jason Richmeier
I have a problem that has become quite frustrating.
I have a couple of controls in the ItemTemplate of a Repeater control. One
control is for a start time and one is for an end time. The ItemTemplate is
repeated for one or more dates.
I would like to be able to wire an event for these two controls that gets
fired once when any of the time controls is updated. I have tried a couple
of different things but the event seems to fire for every control in the
ItemTemplate. For example, if there are ten lines (with two time controls
on each line) the event is fired 20 times. I want the event to fire only
once (for the control that was updated).
Could someone please explain how to do this.
Thanks in advance for any and all help.
Jason Richmeier
I have a couple of controls in the ItemTemplate of a Repeater control. One
control is for a start time and one is for an end time. The ItemTemplate is
repeated for one or more dates.
I would like to be able to wire an event for these two controls that gets
fired once when any of the time controls is updated. I have tried a couple
of different things but the event seems to fire for every control in the
ItemTemplate. For example, if there are ten lines (with two time controls
on each line) the event is fired 20 times. I want the event to fire only
once (for the control that was updated).
Could someone please explain how to do this.
Thanks in advance for any and all help.
Jason Richmeier