DropDownList

  • Thread starter Thread starter Dave
  • Start date Start date
hi Dave,
you can do it this way
DropDownList2.DataSource = DropDownList1.Items;
DropDownList2.DataBind();
HTH
srini
 
Back
Top