X
Xela
Hi all,
I have radio button list in a user control which when
selection changed fire an event which will modify the
current Thread culture.
This user control is on general page which contain one
dropdown list and typical calendar.
Clicking on the radio button did effectively modify the
calendar culture aspect, but not the dropdown (list
displayed depend on the culture)
Clicking another time make the change on the list but with
onr round-trip late.
When I look at the order the events are processed, my
selectedIndexChanged for the radio button list is the last
to be processed (seems normal as seen on MS site), which
explain previous behavior.
So my question is how to emulate the behavior of the
Calendar control, since the Load event for each control is
done first?
Thank you very much for your support
Xela
I have radio button list in a user control which when
selection changed fire an event which will modify the
current Thread culture.
This user control is on general page which contain one
dropdown list and typical calendar.
Clicking on the radio button did effectively modify the
calendar culture aspect, but not the dropdown (list
displayed depend on the culture)
Clicking another time make the change on the list but with
onr round-trip late.
When I look at the order the events are processed, my
selectedIndexChanged for the radio button list is the last
to be processed (seems normal as seen on MS site), which
explain previous behavior.
So my question is how to emulate the behavior of the
Calendar control, since the Load event for each control is
done first?
Thank you very much for your support
Xela