ilhami caliskan

ilhami caliskan

  • NA
  • 76
  • 89.6k

write array to lable/textbox

Aug 20 2013 8:46 AM
hi All,
I have an Array with bool values, the count of bool values is dynamic.

now I need to write the bool values (true/false) into a lable or textbox.

I have tried this but is not working
string abc = string.Join(",",  _aControllersModel.A100Safety.ToString());

how to do this?
thanx in advance

Answers (7)