{
table->SetText(1,1,"yes");
table->SetText(1,1,"no");
}

i didn't get 'yes'.. only got 'no' in the table... i want first yes then no.... how to solve this issue.. is any threading method used??