This question is locked. New answers and comments are not allowed.
Hi everyone, i have a delema here!
I used wcf in populating the tree. during the first load, its ok. it loads all the data that i want to see, but when i click the nect button, ann error popup. "Operation not supported on read-only collection". below is my partial code.
I used wcf in populating the tree. during the first load, its ok. it loads all the data that i want to see, but when i click the nect button, ann error popup. "Operation not supported on read-only collection". below is my partial code.
tSummary.Items.Clear();
tSummary.ItemsSource =
new SummaryQuestionList(e, ref QuestionsMasteryScore);
so every time i clicked the next button, it will re populate the tree.
I have tried all posible ways to eliminate the error but no successfull.
pls help....
