foreach (ListItem item in drop1.Items) { drop2.Items.Add(item); }
Asked In: Many Interviews | Alert Moderator
Login to post response