write array to lable/textbox
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