Hi, i've a matter with some RadDropDownList,
i need to setting them programmatically based on some querystring parameters.
However the event SelectedIndexChanged is not raised when I launch the command
rddlCalcolo.SelectedValue = Request["idc"];
// or for test
rddlCalcolo.SelectedIndex = 0;