for(int i=0;i<datatable.Rows.Count;i++) { Textbox1.Text = Textbox1.Text + " " + datatable.Rows[i]["alan_adi"].ToString(); }