Hi, I am performing a similar task. But instead of an array, I use a list of arrays. I used the code below
ArrayList errorList = new ArrayList();
errorList = chklbErrorlist.CheckedItems.OfType<object>().ToList();
Cannot implicitly convert type System.Collections.Generic.List<object>toSystem.Collections.ArrayList
, arraylist, . araay