Repeatation of Comboboxes?

Looking at your code it looks like you want to transfer ownership of an item from one guy to another, using two combos that both populate the same list of data.

Looking at your code it looks like you want to transfer ownership of an item from one guy to another, using two combos that both populate the same list of data. You want to exclude the selected item form the destination combo. Try in the foreach loop, to only add an item if it is not the same as the current selected value, something like this (untested) foreach (DataRow row in ds_PromotionDesignationTo.

Tables"tbl_org_Desg". Rows) { if ((int)row"DEG_ID"! = (int)cmbPromotionDesignationFrom.

SelectedValue) { myAL. Add(new USState(row"DEG_ID".ToString(), row"DEG_NAME".ToString())); } }.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions