for (int i = 0; i < Convert.ToInt32(textBox3.Text); i++)
{
string rastgelemetin = listBox2.Text();
textBox1.Text = textBox1.Text + "," + rastgelemetin;
}


şu şekil yaptm olmadı hocam