Hi!
i must bring a data from an array to a textbot.text.
here are my data:
// In "ar" are String Lines... Array ar = (Array)MyTabelle; // This is not working: textBoxStatus1.Text = ar[1]; textBoxStatus1.Text = (String)ar[0];
What is the right way ?
Best Regards
Bernd