reasonList.IndexOf(myReason, indx); reasonList.RemoveAt(indx); reasonList.Add(new ReasonRecord(dataRowItem["Code"].ToString(), myReasonDesc)); myReasonDesc is the Description that adds the second Description to the first Description. Say the first Description is "CLAIM WAS PAID UNDER THE NATIONAL PREFERRED" and the second is " PROVIDER NETWORK". I now want to store the "CLAIM WAS PAID UNDER THE NATIONAL PREFERRED PROVIDER NETWORK" How can I do this?Thanks for any help. arep