activeDropDownList() with preselected value

Hello

Please, can anyone tell me how to provide activeDropDownList() with preselected value?

Thanks.

set it in your controller

$model->dropdownname = "selected value";

Thank you very much GSTAR.

Your solution works great.