DropDownList联动简单实例

\n

在编程中选中某项的方法:

\n

DropDownList1.ClearSelection();
DropDownList1.Items.FindByValue(st.Year.ToString()).Selected = true;

\n